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:
Emmanuel BENOîT 2015-04-26 15:03:45 +02:00
parent 6a13b5d4bb
commit f862d479c1

View file

@ -19,5 +19,5 @@ function! <SID>CheckModelines()
setlocal modeline
endfunction
set modelines=1
set modelines=5
au BufRead * call <SID>CheckModelines()