mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
patch 8.1.1803: all builtin functions are global
Problem: All builtin functions are global. Solution: Add the method call operator ->. Implemented for a limited number of functions.
This commit is contained in:
@@ -1619,6 +1619,7 @@ typedef struct {
|
||||
int evaluate; // actually evaluate expressions
|
||||
partial_T *partial; // for extra arguments
|
||||
dict_T *selfdict; // Dictionary for "self"
|
||||
typval_T *basetv; // base for base->method()
|
||||
} funcexe_T;
|
||||
|
||||
struct partial_S
|
||||
|
Reference in New Issue
Block a user