benwainwright / fzf-project

A vim plugin to make project switching easier using fzf.vim
MIT License
48 stars 11 forks source link

nvim 0.5.0+ bug: file chooser has 'i' already inserted after project has been choosen #8

Closed ghillb closed 4 years ago

ghillb commented 4 years ago

Hello,

your plugin is just awesome and a real productivity booster! I have a minor bug to report, that happens on nvim 0.5.0: After choosing a project, the file chooser has already an 'i' inserted.

setup:

screenshots: nvim 0.5.0:

bug

nvim 0.4.4:

nobug

This PR, fixes the issue for me: https://github.com/benwainwright/fzf-project/pull/7

benwainwright commented 4 years ago

Huh. That's interesting. Thanks for the report, I'll have a look at that this evening.

benwainwright commented 4 years ago

Oh, you've fixed it 👍