mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
7.4.371
This commit is contained in:
parent
1761a4af71
commit
959ebfd5c2
@ -3565,7 +3565,7 @@ win_line (
|
||||
} else if (c != NUL) {
|
||||
p_extra = transchar(c);
|
||||
if (n_extra == 0) {
|
||||
n_extra = byte2cells(c);
|
||||
n_extra = byte2cells(c) - 1;
|
||||
}
|
||||
if ((dy_flags & DY_UHEX) && wp->w_p_rl)
|
||||
rl_mirror(p_extra); /* reverse "<12>" */
|
||||
|
Loading…
Reference in New Issue
Block a user