Allow modelines in the first 5 lines
Modelines are still only enabled in files found under a directory that contains a signed local configuration, though.
This commit is contained in:
parent
6a13b5d4bb
commit
f862d479c1
1 changed files with 1 additions and 1 deletions
|
@ -19,5 +19,5 @@ function! <SID>CheckModelines()
|
|||
setlocal modeline
|
||||
endfunction
|
||||
|
||||
set modelines=1
|
||||
set modelines=5
|
||||
au BufRead * call <SID>CheckModelines()
|
||||
|
|
Loading…
Reference in a new issue