fzf.vim icon indicating copy to clipboard operation
fzf.vim copied to clipboard

Vim doesn't respond to window resize while fzf pane is open

Open henrebotha opened this issue 5 years ago • 4 comments

  • Category
    • [ ] Question
    • [x] Bug
    • [ ] Suggestion
  • OS
    • [x] Linux
    • [ ] macOS
    • [ ] Windows
    • [ ] Etc.
  • Vim
    • [x] Vim
    • [ ] Neovim

Steps to reproduce:

  1. Open Vim (with minimal fzf config) in a small window.
  2. Execute a command such as :Files to bring up the fzf pane.
  3. Make the window containing Vim bigger.

Observed result: Vim does not resize to fill the available space.

Expected result: Vim resizes to fill the available space.


I'm sure this could be a Vim bug, but I'm not sure. I couldn't figure out from the source how fzf produces its little pane (by some built-in Vim feature, or otherwise).

henrebotha avatar Apr 18 '19 10:04 henrebotha