cloudhead/neovim-fuzzy

Error when run FuzzyOpen in neovim

HiddenPython opened this issue · 7 comments

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

I merged something related to this recently: #13

Can you check with latest master?

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

I have the same issue on arch linux with nvim 0.1.7

+1

I forgot to install ripgrep. It works now.

Installing rg also solved my problem. Thanks for your information, David. But two things:

  1. the error msg is not very informative
  2. 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?

Error message fixed in e3a5170 thanks for reporting.

FuzzyOpen does depend on rg/ag, since it uses them to find files as well as search the contents of them.