mirror of
https://github.com/vim/vim.git
synced 2025-09-25 03:54:15 -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:
@@ -1896,7 +1896,7 @@ struct funccall_S
|
||||
// funccal
|
||||
int fc_copyID; // for garbage collection
|
||||
garray_T fc_ufuncs; // list of ufunc_T* which keep a reference to
|
||||
// "func"
|
||||
// "fc_func"
|
||||
};
|
||||
|
||||
// structure used as item in "fc_defer"
|
||||
|
Reference in New Issue
Block a user