mirror of
https://github.com/junegunn/fzf.git
synced 2026-08-18 13:17:56 +02:00
In recent Nvim versions, an "Error running ..." message is shown even for normal
use cases, such as:
:Files
<c-\><c-n>
:close
Closing the window will :bwipeout! the terminal buffer, because fzf sets
bufhiden=wipe.
When deleting the terminal buffer while fzf is still running, Nvim sends SIGHUP.
This happens for quite some time already, but the bug only manifests since this
commit:
|
||
|---|---|---|
| .. | ||
| fzf.vim | ||