Vim doesn't respond to window resize while fzf pane is open
- Dominant language
- Vim Script
- Stars
- 10.3k
- Forks
- 608
- Avg merge
- 5d 8h
- Merged PRs (30d)
- 2
Description
- 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).
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.