Error when run FuzzyOpen in neovim
HiddenPython opened this issue · 7 comments
HiddenPython commented
Error when run FuzzyOpen in neovim:
Error detected while processing function 36_fuzzy_open:
line 22:
Vim(let):E118: Too many arguments for function: 263
Env:
OS: Ubuntu 16.04.1 LTS
NVIM: 0.2.0-dev
cloudhead commented
I merged something related to this recently: #13
Can you check with latest master?
HiddenPython commented
My copy has already been the latest one.
commit 8832151
Author: Alexis Sellier alexis@cloudhead.io
Merge pull request #13 from hlidotbe/master
Neovim expects 3 arguments to job handlers
leidav commented
I have the same issue on arch linux with nvim 0.1.7
adham90 commented
+1
leidav commented
I forgot to install ripgrep. It works now.
HiddenPython commented
Installing rg also solved my problem. Thanks for your information, David. But two things:
- the error msg is not very informative
- FuzzyOpen doesn't depend on rg or ag unlike FuzzyGrep, so it's weird that they have caused it to fail.
Do they make sense to you, Alexis?