cloudhead / neovim-fuzzy

Minimalistic fuzzy file finding for neovim
BSD 3-Clause "New" or "Revised" License
111 stars 17 forks source link

Admit list argument in ag.find #48

Closed janogonzalez closed 3 years ago

janogonzalez commented 3 years ago

Since https://github.com/cloudhead/neovim-fuzzy/commit/46f908aedef6af039c5134056ad008fe7aae1cbc find expects a list instead of a string and only rg.find was updated. This PR adds the missing change to ag.find.

I don't know anything about VimL but it Works on My Machine™

cloudhead commented 3 years ago

Great, good enough for me!