From 8fc243834f51615f6f5fc825b50dc8b4d42795e8 Mon Sep 17 00:00:00 2001 From: Konfekt Date: Sat, 17 Oct 2015 12:40:46 +0200 Subject: [PATCH] allow setting commentstring in case of a wrongly guessed commentstring by the file type --- plugin/securemodelines.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/plugin/securemodelines.vim b/plugin/securemodelines.vim index e23429f..104a649 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", + \ "commentstring", "cms", \ "foldmethod", "fdm", \ "readonly", "ro", "noreadonly", "noro", \ "rightleft", "rl", "norightleft", "norl",