mirror of
https://github.com/neovim/neovim.git
synced 2025-09-23 11:38:31 +00:00
eval: Move remaining get_tv_string* functions to eval/typval.c
This commit is contained in:
@@ -3141,7 +3141,7 @@ win_line (
|
||||
|
||||
p_extra = extra;
|
||||
c = *p_extra;
|
||||
mb_c = mb_ptr2char_adv(&p_extra);
|
||||
mb_c = mb_ptr2char_adv((const char_u **)&p_extra);
|
||||
mb_utf8 = (c >= 0x80);
|
||||
n_extra = (int)STRLEN(p_extra);
|
||||
c_extra = NUL;
|
||||
|
Reference in New Issue
Block a user