junegunn / fzf.vim

fzf :heart: vim
MIT License
9.59k stars 583 forks source link

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

Open henrebotha opened 5 years ago

henrebotha commented 5 years ago

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).

Delayless commented 4 years ago

I have the same problem. But I think it's a vim8's bug. I use the exact same vimrc on neovim and it works fine!

dickshaydle commented 3 years ago

Same problem here with vim 8.0. (Included patches: 1-1453). In gvim the resizing works flawlessly with fzf or ripgrep.

kheaactua commented 3 years ago

I have the same problem. But I think it's a vim8's bug. I use the exact same vimrc on neovim and it works fine!

I see this in neovim too. I'm on a nightly build now, but I've seen this for at least months. All my paths are really long so having a solution would be great. :)

kronolynx commented 1 year ago

I have the same problem with neovim on mac