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

Omnicomplete issues as of recently #353

Closed anmonteiro closed 5 years ago

anmonteiro commented 5 years ago

Can't exactly pinpoint when, but sometime since last week omnicomplete has been a little broken for me. Any call to it will first produce:

E745: Using a List as a Number                                                                                                                                 
Back at original
Press ENTER or type command to continue

And once I dismiss this message it'll return completions that are not context aware (e.g. trying to complete clojure.string/| where | is cursor returns the functions in clojure.core).

tpope commented 5 years ago

What cider-nrepl version are you using?

anmonteiro commented 5 years ago

We're on 0.22 beta5

tpope commented 5 years ago

Neovim? If so, does it work on plain Vim?

anmonteiro commented 5 years ago

Oh yeah this is Neovim. I might not know how to test the exact setup in Vim.

anmonteiro commented 5 years ago

Thanks for the fix. I've confirmed it works.

SevereOverfl0w commented 5 years ago

https://github.com/neovim/neovim/issues/10604#issuecomment-515420364 this looks like it was missed because it was fixed in vim 8 series.