mirror of
https://github.com/neovim/neovim.git
synced 2025-09-07 11:58:17 +00:00
refactor: replace char_u with char 24 (#21823)
refactor: replace char_u with char Work on https://github.com/neovim/neovim/issues/459
This commit is contained in:
@@ -1826,7 +1826,7 @@ static void parse_quoted_string(ParserState *const pstate, ExprASTNode *const no
|
||||
flags |= FSK_SIMPLIFY;
|
||||
}
|
||||
const size_t special_len = trans_special(&p, (size_t)(e - p),
|
||||
(char_u *)v_p, flags, false, NULL);
|
||||
v_p, flags, false, NULL);
|
||||
if (special_len != 0) {
|
||||
v_p += special_len;
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user