mirror of
https://github.com/leafOfTree/vim-vue-plugin.git
synced 2025-12-07 21:24:50 +08:00
fix: add '-' to local iskeyword for vim prior to patch-7.4-1142
This commit is contained in:
@@ -108,6 +108,8 @@ if has("patch-7.4-1142")
|
||||
else
|
||||
syntax iskeyword @,48-57,_,192-255,$,-
|
||||
endif
|
||||
else
|
||||
setlocal iskeyword+=-
|
||||
endif
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user