mirror of
https://github.com/vim/vim.git
synced 2025-09-27 04:14:06 -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:
@@ -629,7 +629,7 @@ blob_filter_map(
|
||||
if (b->bv_lock == 0)
|
||||
b->bv_lock = VAR_LOCKED;
|
||||
|
||||
// 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);
|
||||
|
||||
for (i = 0; i < b->bv_ga.ga_len; i++)
|
||||
|
Reference in New Issue
Block a user