mirror of
https://github.com/junegunn/fzf.vim.git
synced 2026-05-13 10:08:34 +08:00
70541d2ee0
Since https://github.com/junegunn/fzf//commit/85ae7459103c3aeef39383d8c8a4fbbdb9fb5f64, fzf opens in a terminal buffer (in my setup) and that breaks commands that end up showing the hit-enter or more prompt, such as :scriptnames or :ALEInfo. No idea why those commands break (I tried to diagnose this but gave up unfortunately), but executing them using feedkeys fixes this.