mirror of
https://github.com/neovim/neovim.git
synced 2025-09-16 08:18:17 +00:00
eval: Split eval.c into smaller files
This commit is contained in:
@@ -8416,8 +8416,8 @@ eval_vars (
|
||||
*usedlen = 1;
|
||||
return NULL;
|
||||
}
|
||||
result = list_find_str(get_vim_var_list(VV_OLDFILES),
|
||||
(long)i);
|
||||
result = (char_u *)tv_list_find_str(get_vim_var_list(VV_OLDFILES),
|
||||
(long)i);
|
||||
if (result == NULL) {
|
||||
*errormsg = (char_u *)"";
|
||||
return NULL;
|
||||
|
Reference in New Issue
Block a user