vim --clean:termprintf '\e[100m\e[K\nold\e[K\n\e[K\e[0m\n'old is grayctrl-w Nold is not graythe displays in terminal mode and terminal-normal mode coincide
9.2.612
Ubuntu, gnome-terminal
—
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.![]()
Seems to be related to #17559. If I comment out the block
if (term_show_buffer(wp->w_buffer)
&& wlv.vcol == 0
&& wlv.win_attr == term_get_attr(wp, lnum, -1))
// reset highlighting attribute
wlv.win_attr = 0;
then this issue disappear, but of course the other issue come back.
—
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.![]()