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