Merge pull request #18254 from dundargoc/refactor/remove-char_u

refactor: replace char_u variables and functions with char
This commit is contained in:
bfredl
2022-04-27 13:37:56 +02:00
committed by GitHub
6 changed files with 383 additions and 393 deletions

View File

@@ -8801,7 +8801,7 @@ skip_args:
recursive++;
list_T *const l = list_arg->vval.v_list;
if (set_errorlist(wp, l, action, (char_u *)title, what) == OK) {
if (set_errorlist(wp, l, action, (char *)title, what) == OK) {
rettv->vval.v_number = 0;
}
recursive--;