Open amerov opened 10 years ago
i have the same issue :verbose set iskeyword iskeyword=@,48-57,_,192-255,-,#,. Last set from ~/.vim/bundle/vim-polyglot/after/syntax/css/vim-coloresque.vim
this actually seems to be issue #20
+1
Workaround: after loading the excellent coloresque plugin:
:set isk-=- :set isk-=# :set isk-=.
Same problem encountered. Following these question, get the following output:
iskeyword=@,48-57,_,192-255,$,-,#,.
Last set from ~/.vim/bundle/vim-coloresque/after/syntax/css/vim-coloresque.vim
@treymack what's the detail steps or positions to write your fix?
Using Vundle:
Plugin 'gorodinskiy/vim-coloresque' :set isk-=- :set isk-=# :set isk-=.
It's been a while but IIRC it only works once, and when you open up another .css file, iskeyword is reset to include - # and .
Thanks a lot, the other convenient way is to use :set isk?
to checkout the current 'iskeyword' and add the characters like .
.
Doesn't help. I guess I'll just disable it.
Hi, if I use this plugin, appears incorrect word navigation: my vimrc: https://github.com/amerov/dotvim/blob/master/.vimrc