tpope / vim-fireplace

fireplace.vim: Clojure REPL support
https://www.vim.org/scripts/script.php?script_id=4978
1.74k stars 139 forks source link

Support jumping to all Clojure's symbols #370

Closed r6eve closed 4 years ago

r6eve commented 4 years ago

This PR supports jumping to all Clojure's symbols.

In reference about Symbols,

Symbols begin with a non-numeric character and can contain alphanumeric characters and *, +, !, -, _, ', ?, <, > and = (other characters may be allowed eventually).

I think that other characters mean /, #, % and &. / has already been included in iskeyword in Vim8.1 and in Neovim v0.3.8, so I added others to iskeyword.