mirror of
https://github.com/junegunn/fzf
synced 2026-06-09 10:03:17 +00:00
0f5c6e8f04
Invoking fzf from an existing Vim popup terminal is a special case. It requires some new code to avoid E994 from being raised and the user being stuck in a non-closable popup window. Fix #1916