Skip to content

Commit

Permalink
Merge branch 'master' of github.com:jreybert/vimagit into next
Browse files Browse the repository at this point in the history
* 'master' of github.com:jreybert/vimagit:
  plugin/magit.vim: in show_magit(), set foldnestmax (fix #62)
  • Loading branch information
jreybert committed Feb 2, 2016
2 parents 6f86387 + e7221e9 commit 258c726
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 @@ -638,6 +638,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 258c726

Please sign in to comment.