fix: add '-' to local iskeyword for vim prior to patch-7.4-1142

This commit is contained in:
yemai
2019-07-03 12:29:04 +08:00
parent 90cceedf97
commit 7e324fdcc8

View File

@@ -108,6 +108,8 @@ if has("patch-7.4-1142")
else
syntax iskeyword @,48-57,_,192-255,$,-
endif
else
setlocal iskeyword+=-
endif