Skip to content
Snippets Groups Projects
Commit 4068d9d4 authored by Jerome Reybert's avatar Jerome Reybert
Browse files

plugin/magit.vim: correctly set bufhidden option (fix #35)

parent 2e5a561b
No related branches found
No related tags found
No related merge requests found
......@@ -610,7 +610,7 @@ function! magit#show_magit(display, ...)
silent! execute "file " . g:magit_buffer_name
setlocal buftype=nofile
setlocal bufhidden=delete
setlocal bufhidden=hide
setlocal noswapfile
setlocal foldmethod=syntax
let &l:foldlevel = b:magit_default_fold_level
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment