cloudhead / neovim-fuzzy

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

fuzzy_open Unknown flag w #29

Closed bedwards closed 7 years ago

bedwards commented 7 years ago

Disclaimer: I am completely new to all of this.

Ubuntu 17.04, ag 1.0.2, fzy 0.9, nvim v0.2.1-dev

FuzzyGrep works

FuzzyOpen prints out

Error detected while processing function <SNR>9_fuzzy_open:
line 24:
Vim(call):E5060: Unknow flag: w

my best guess is writefile call

cloudhead commented 7 years ago

Same error as https://github.com/cloudhead/neovim-fuzzy/issues/28 Will fix.

bedwards commented 7 years ago

Yes, works now. Thanks.