fzf-preview.vim
fzf-preview.vim copied to clipboard
FZFBLines doesn't work in terminal buffer.
FZFBLines opens the FZF window and does the search successfully. However, when I press enter on a line, it fails to open that line in the terminal buffer.
Below is a screenshot of the error message:
I think you need to fix the callback for terminal mode. I have been seeing this issue since I installed your plugin, but forgot to report the bug.
Thanks for your support !
This issue also exists in the FZF's BLines command as well. Created an issue on that as well: https://github.com/junegunn/fzf.vim/issues/1147
This issue also exists in the FZF's BLines command as well. Created an issue on that as well: junegunn/fzf.vim#1147
Do you use NeoVim or Vim? I mainly use NeoVim for development so might have never experienced this. It might be Vim's limitation since I know that both the floating window & terminal implementaions in Vim is a lot more limited than NeoVim's.
I use neovim as well. If you are unable to reproduce it, then it could be due to my configs (though I feel that's unlikely). I will confirm that soon by disabling other plugins.