mirror of
https://github.com/leafOfTree/vim-vue-plugin.git
synced 2026-08-02 14:10:26 +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
|
else
|
||||||
syntax iskeyword @,48-57,_,192-255,$,-
|
syntax iskeyword @,48-57,_,192-255,$,-
|
||||||
endif
|
endif
|
||||||
|
else
|
||||||
|
setlocal iskeyword+=-
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user