From f862d479c1f4f466b6bbec0de8031cbd0bd5533c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emmanuel=20Beno=C3=AEt?= Date: Sun, 26 Apr 2015 15:03:45 +0200 Subject: [PATCH] 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. --- cfg/99-modelines.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cfg/99-modelines.vim b/cfg/99-modelines.vim index 6db03e4..081d5cf 100644 --- a/cfg/99-modelines.vim +++ b/cfg/99-modelines.vim @@ -19,5 +19,5 @@ function! CheckModelines() setlocal modeline endfunction -set modelines=1 +set modelines=5 au BufRead * call CheckModelines()