Home
last modified time | relevance | path

Searched refs:new_string (Results 1 – 1 of 1) sorted by relevance

/vim-8.2.3635/src/
H A Dgetchar.c2339 char_u new_string[MB_MAXBYTES]; in check_simplify_modifier() local
2350 len = mb_char2bytes(new_c, new_string); in check_simplify_modifier()
2353 if (put_string_in_typebuf(offset, 4, new_string, len, in check_simplify_modifier()
2360 if (put_string_in_typebuf(offset + 3, 1, new_string, len, in check_simplify_modifier()