mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
patch 9.0.1459: typo in name of type
Problem: Typo in name of type. Solution: Change funccal_T to funccall_T. (closes #12265)
This commit is contained in:
@@ -902,7 +902,7 @@ string_filter_map(
|
||||
// set_vim_var_nr() doesn't set the type
|
||||
set_vim_var_type(VV_KEY, VAR_NUMBER);
|
||||
|
||||
// Create one funccal_T for all eval_expr_typval() calls.
|
||||
// Create one funccall_T for all eval_expr_typval() calls.
|
||||
fc = eval_expr_get_funccal(expr, &newtv);
|
||||
|
||||
ga_init2(&ga, sizeof(char), 80);
|
||||
@@ -981,7 +981,7 @@ string_reduce(
|
||||
else
|
||||
copy_tv(&argvars[2], rettv);
|
||||
|
||||
// Create one funccal_T for all eval_expr_typval() calls.
|
||||
// Create one funccall_T for all eval_expr_typval() calls.
|
||||
fc = eval_expr_get_funccal(expr, rettv);
|
||||
|
||||
for ( ; *p != NUL; p += len)
|
||||
|
Reference in New Issue
Block a user