guns/vim-clojure-static

Respect word boundaries

metasoarous opened this issue · 1 comments

For instance, if I defined a local variable with (let [some-stuff (what have you)] (do things with some-stuff)), the some within some-stuff becomes highlighted, suggesting that word boundaries are not being looked at for keyword matches.

guns commented

This is likely due to a plugin clobbering your iskeyword setting. This does not happen in a normal installation. Here is a screenshot from a vanilla vim setup + vim-clojure-static:

screenshot-2016-07-18-15 09 23

Thanks!