vim-coloresque icon indicating copy to clipboard operation
vim-coloresque copied to clipboard

incorrect word

Open amerov opened this issue 11 years ago • 8 comments

Hi, if I use this plugin, appears incorrect word navigation: untitled untitled2 my vimrc: https://github.com/amerov/dotvim/blob/master/.vimrc

amerov avatar Mar 07 '14 19:03 amerov

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

jgroeneveld avatar Mar 14 '14 07:03 jgroeneveld

+1

valer-cara avatar Jun 10 '14 16:06 valer-cara

Workaround: after loading the excellent coloresque plugin:

:set isk-=- :set isk-=# :set isk-=.

treymack avatar Jun 27 '14 01:06 treymack

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  

noscripter avatar Aug 31 '14 15:08 noscripter

@treymack what's the detail steps or positions to write your fix?

noscripter avatar Aug 31 '14 15:08 noscripter

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 .

treymack avatar Sep 02 '14 13:09 treymack

Thanks a lot, the other convenient way is to use :set isk? to checkout the current 'iskeyword' and add the characters like ..

noscripter avatar Sep 09 '14 02:09 noscripter

Doesn't help. I guess I'll just disable it.

firedev avatar Apr 02 '15 09:04 firedev