mirror of
https://github.com/neovim/neovim.git
synced 2025-09-13 23:08:16 +00:00
refactor: remove char_u (#22829)
Closes https://github.com/neovim/neovim/issues/459
This commit is contained in:
@@ -2371,7 +2371,7 @@ int win_line(win_T *wp, linenr_T lnum, int startrow, int endrow, bool nochange,
|
||||
mb_c = c;
|
||||
mb_utf8 = check_mb_utf8(&c, u8cc);
|
||||
} else if (c != NUL) {
|
||||
wlv.p_extra = (char *)transchar_buf(wp->w_buffer, c);
|
||||
wlv.p_extra = transchar_buf(wp->w_buffer, c);
|
||||
if (wlv.n_extra == 0) {
|
||||
wlv.n_extra = byte2cells(c) - 1;
|
||||
}
|
||||
|
Reference in New Issue
Block a user