标签: vim omnicomplete
例如,在Sass中,我使用破折号作为变量名,我有一个名为的变量:
$hello-there
如果我输入he然后尝试完成它,它只会完成hello。我该怎么做才能完成hello-there?
he
hello
hello-there
答案 0 :(得分:4)
一种方法是将短划线添加到iskeyword选项。如下所示:
set iskeyword+=-
也许您只能使用相应的filetype