mirror of
https://github.com/neovim/neovim.git
synced 2025-10-17 15:21:47 +00:00
Merge pull request #18254 from dundargoc/refactor/remove-char_u
refactor: replace char_u variables and functions with char
This commit is contained in:
@@ -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--;
|
||||
|
Reference in New Issue
Block a user