guns / vim-clojure-static

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

Doc shortcut for vim-fireplace broken in vim-clojure-static for namespaced symbols #63

Closed metasoarous closed 8 years ago

metasoarous commented 9 years ago

For example, if I (require [clojure.core.async :as async]), place the cursor over async/timeout and hit K, I either get :Doc async or :Doc timeout (depending on which character I'm over). I should be getting :Doc async/timeout, and used to observe this behavior before switching from vimclojure to vim-clojure-static. I'm guessing a word definition has changed?

guns commented 8 years ago

vim-fireplace's K command works with your example in a vanilla vim setup + vim-clojure-static. I suspect this is related to your iskeyword clobbering by another plugin.

Thanks, and sorry for the late reply!