From c836007a0abe08c7e98fe219b83bd26f0056d635 Mon Sep 17 00:00:00 2001 From: Ches Martin Date: Wed, 13 Jul 2016 23:38:53 +0700 Subject: [PATCH] Allow foldlevel --- plugin/securemodelines.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/plugin/securemodelines.vim b/plugin/securemodelines.vim index e23429f..c62a242 100644 --- a/plugin/securemodelines.vim +++ b/plugin/securemodelines.vim @@ -19,6 +19,7 @@ if (! exists("g:secure_modelines_allowed_items")) \ "shiftwidth", "sw", \ "expandtab", "et", "noexpandtab", "noet", \ "filetype", "ft", + \ "foldlevel", "fdl", \ "foldmethod", "fdm", \ "readonly", "ro", "noreadonly", "noro", \ "rightleft", "rl", "norightleft", "norl",