You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When the vim-which-key floating window is open and you resize the editor window, the editor window goes blank unless a button is pressed. Also, the floating window is not resized accordingly, so sometimes when the screen is back after pressing a button, the floating window is sized wrongly.
The buffer is visually clear (nothing is shown) until a button is pressed
Expected behavior
On resize, either the floating window closes and preservers the editor window intact or it resizes accordingly without glitching the editor window.
Additional context
I am using a WM called bspwm, and am simply toggling between monocle view and two panes split vertically.
The text was updated successfully, but these errors were encountered:
Environment (please complete the following information):
OS: Void Linux (kernel 5.7)
Neovim version: 0.5.0 (nightly)
Describe the bug
When the
vim-which-key
floating window is open and you resize the editor window, the editor window goes blank unless a button is pressed. Also, the floating window is not resized accordingly, so sometimes when the screen is back after pressing a button, the floating window is sized wrongly.To Reproduce
Steps to reproduce the behavior:
min.vim
:Start (neo)vim with command:
vim -u min.vim
Type Space and resize the editor (Vim) window
The buffer is visually clear (nothing is shown) until a button is pressed
Expected behavior
On resize, either the floating window closes and preservers the editor window intact or it resizes accordingly without glitching the editor window.
Additional context
I am using a WM called bspwm, and am simply toggling between monocle view and two panes split vertically.
The text was updated successfully, but these errors were encountered: