-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Open
Labels
Description
Steps to reproduce
- gvim --clean
- resize window with mouse (usually from smaller to larger window)
- try to write in insert mode, or enter a command
Expected behaviour
Gvim redrawing the screen, showing what user wrote if it is in correct mode
Version of Vim
9.1.0825 (the latest commit b5e7da1f27)
Environment
OS: Fedora 40
Desktop Environment: KDE
plasma-workspace-6.2.2-1.fc40.x86_64
kwayland-6.2.2-1.fc40.x86_64
kwin-6.2.2-1.fc40.x86_64
kwayland-server-5.24.5-6.fc40.x86_64
Logs and stack traces
I've tried to debug the issue a little - "frame_draw()" which I understand as a function which does the redrawing, is still called, but the screen content is not redrawn.
The content can be seen again after resizing the window from Vim command mode, or sometimes I'm able to get it updated with making the window smaller.
The original report https://bugzilla.redhat.com/show_bug.cgi?id=2322919 .