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

plugin/magit.vim: disable modeline for magit buffer

ref #120
parent ed36a0f7
Branches
Tags v10.73.0
No related merge requests found
......@@ -746,6 +746,7 @@ function! magit#show_magit(display, ...)
setlocal foldmethod=syntax
setlocal foldnestmax=20
setlocal nobuflisted
setlocal nomodeline
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