mirror of
https://github.com/vim/vim.git
synced 2025-09-25 03:54:15 -04:00
patch 9.0.1338: :defcompile and :disassemble can't find class method
Problem: :defcompile and :disassemble can't find class method. (Ernie Rael) Solution: Make a class name and class.method name work. (closes #11984)
This commit is contained in:
@@ -4521,6 +4521,7 @@ typedef struct lval_S
|
||||
char_u *ll_newkey; // New key for Dict in alloc. mem or NULL.
|
||||
type_T *ll_valtype; // type expected for the value or NULL
|
||||
blob_T *ll_blob; // The Blob or NULL
|
||||
ufunc_T *ll_ufunc; // The function or NULL
|
||||
} lval_T;
|
||||
|
||||
// Structure used to save the current state. Used when executing Normal mode
|
||||
|
Reference in New Issue
Block a user