Skip to content

Commit

Permalink
Merge pull request #63 from jebaum/foldnestmax
Browse files Browse the repository at this point in the history
plugin/magit.vim: in show_magit(), set foldnestmax  (fix #62)
  • Loading branch information
jreybert committed Feb 2, 2016
2 parents c5e02fb + c729f42 commit e7221e9
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 e7221e9

Please sign in to comment.