Closed insidewhy closed 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
:FuzzyOpen
fzy
After this if I tabe to open a blank buffer then :FuzzyOpen starts acting normally again.
tabe
Found the true bug while investigating this, opening a new issue. Could be a bug with neovim.
With this configuration in the vim config:
After opening one file via
:FuzzyOpen
then run:FuzzyOpen
again in the buffer that was just opened thenfzy
matches on the files open in vim buffers and not the files in the git repository as usual