From 33f4b813950e0c3abe2cba036ae5faf7f18e9470 Mon Sep 17 00:00:00 2001 From: Patrick Lacasse Date: Sun, 17 Apr 2016 16:58:23 -0400 Subject: [PATCH] Add wrap/nowrap. --- plugin/securemodelines.vim | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugin/securemodelines.vim b/plugin/securemodelines.vim index e23429f..1ee1657 100644 --- a/plugin/securemodelines.vim +++ b/plugin/securemodelines.vim @@ -26,7 +26,8 @@ if (! exists("g:secure_modelines_allowed_items")) \ "smartindent", "si", "nosmartindent", "nosi", \ "autoindent", "ai", "noautoindent", "noai", \ "spell", "nospell", - \ "spelllang" + \ "spelllang", + \ "wrap", "nowrap" \ ] endif