10 years ago
In CSS, hyphens are part of identifiers (keywords, properties, selectors...). By adding it to the iskeyword
list, vim will consider identifiers as a whole word.
au! FileType css,scss setl iskeyword+=-
Rahul Gupta 6 years ago
Super helpful, thanks.. !
dmitry12 10 years ago
Awesome!