Build gvim with
./configure --with-features=tiny
src/vim -g
Resizing the window just a single position will jump it back into place. Not sure why tiny build affects this.
Screenshot.From.2026-02-22.15-58-39.png (view on web) ^ Right there./configure --with-features=tiny` is not affected. ./configure --with-features=tiny` is not affected.
Starting with commandline and cursor visible.
9.1.2146
Operating system: Fedora Linux 43 (Workstation Edition)
Terminal: alacritty
Value of $TERM: alacritty
Shell: /bin/bash
Transient hostname: fedora
Static hostname: (unset)
Icon name: computer
Machine ID: 42544bce44f94ee9a5e5d4b990c3b2d7
Boot ID: f8d797d3674c4da8af45d7ccd76a41ed
Operating System: Fedora Linux 43 (Workstation Edition)
CPE OS Name: cpe:/o:fedoraproject:fedora:43
OS Support End: Wed 2026-12-02
OS Support Remaining: 9month 1w 1d
Kernel: Linux 6.12.67-2.rpi5.fc43.aarch64
Architecture: arm64
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
I have reproduced this.
In my environment(Ubuntu 24.04.4 LTS), the bottom half of the command line area is hidden from the start without resizing.
I did git bisect. It seems v9.1.1585 is the cause.
Hmm, I wonder how to fix this...
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
I'm thinking its similar to how the scroll fast patch avoid touching the cmdline which means it will redraw fully by clearing and redrawing each time typing in cmdline with push/popgroup, which is very expensive, but not for a single line in cmdline as done here in commit.
It puzzles me why its not affecting normal/huge, but only tiny.
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
Closed: #19853
—
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications, keep track of coding agent tasks and review pull requests on the go with GitHub Mobile for iOS and Android. Download it today!
You are receiving this because you are subscribed to this thread.![]()