Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dvim9compile.c3298 int trailing_error; in compile_string() local
3312 trailing_error = *s != NUL; in compile_string()
3314 if (expr_res == FAIL || trailing_error in compile_string()
3317 if (trailing_error) in compile_string()
9311 int trailing_error; in compile_substitute() local
9328 trailing_error = *cmd != delimiter && *cmd != NUL; in compile_substitute()
9330 if (expr_res == FAIL || trailing_error in compile_substitute()
9333 if (trailing_error) in compile_substitute()