From 777607381990a230c16f0f333d70dddb2cbc5e96 Mon Sep 17 00:00:00 2001 From: Robert Cranston <rcrnstn@rcrnstn.net> Date: Tue, 21 Aug 2018 20:10:51 +0200 Subject: [PATCH] Add the shortform of "spelllang" --- plugin/securemodelines.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/securemodelines.vim b/plugin/securemodelines.vim index e23429f..41bd46e 100644 --- a/plugin/securemodelines.vim +++ b/plugin/securemodelines.vim @@ -26,7 +26,7 @@ if (! exists("g:secure_modelines_allowed_items")) \ "smartindent", "si", "nosmartindent", "nosi", \ "autoindent", "ai", "noautoindent", "noai", \ "spell", "nospell", - \ "spelllang" + \ "spelllang", "spl" \ ] endif -- 2.17.1