qvacua / vimr

VimR — Neovim GUI for macOS in Swift
https://twitter.com/VimRefined
MIT License
6.61k stars 218 forks source link

Bottom of the window gets taller gradually #1008

Open wzhliang opened 1 year ago

wzhliang commented 1 year ago

After using Vimr for a while, the bottom part of the window showing the vim command line gets taller and taller

image

Version 0.44.0 (20230103.174333)

wookayin commented 1 year ago

It's probably other plugins your key actions resizing the vertical height. You can use :resize to fix that. Does it happen in neovim running on a terminal?