Skip to content

Commit

Permalink
plugin/magit.vim: in show_magit(), set foldnestmax (fix jreybert#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
jebaum committed Feb 1, 2016
1 parent c5e02fb commit c729f42
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugin/magit.vim
Original file line number Diff line number Diff line change
Expand Up @@ -631,6 +631,7 @@ function! magit#show_magit(display, ...)
setlocal bufhidden=hide
setlocal noswapfile
setlocal foldmethod=syntax
setlocal foldnestmax=20
setlocal nobuflisted
let &l:foldlevel = b:magit_default_fold_level
setlocal filetype=magit
Expand Down

0 comments on commit c729f42

Please sign in to comment.