cloudhead / neovim-fuzzy

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

When I set `g:fuzzy_opencmd = 'tab drop'` then FuzzyOpen acts differently in the opened buffer #17

Closed insidewhy closed 7 years ago

insidewhy commented 7 years ago

With this configuration in the vim config:

let g:fuzzy_opencmd = 'tab drop'

After opening one file via :FuzzyOpen then run :FuzzyOpen again in the buffer that was just opened then fzy matches on the files open in vim buffers and not the files in the git repository as usual

insidewhy commented 7 years ago

After this if I tabe to open a blank buffer then :FuzzyOpen starts acting normally again.

insidewhy commented 7 years ago

Found the true bug while investigating this, opening a new issue. Could be a bug with neovim.