guns / vim-clojure-static

Meikel Brandmeyer's excellent Clojure runtime files
Other
420 stars 50 forks source link

Respect word boundaries #61

Closed metasoarous closed 8 years ago

metasoarous commented 9 years ago

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 8 years ago

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!