Skip to content
Snippets Groups Projects
Commit e7221e94 authored by Jérôme Reybert's avatar Jérôme Reybert
Browse files

Merge pull request #63 from jebaum/foldnestmax

plugin/magit.vim: in show_magit(), set foldnestmax  (fix #62)
parents c5e02fb9 c729f42e
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment