forked from aniani/vim
patch 9.0.1569: cannot use "this.member" in lambda in class method
Problem: Cannot use "this.member" in lambda in class method. Solution: Adjust check for reserved keyword. (Hirohito Higashi, closes #12416, closes #12076, closes #12336)
This commit is contained in:
@@ -19,5 +19,5 @@ void update_vim9_script_var(int create, dictitem_T *di, char_u *name, int flags,
|
||||
void hide_script_var(scriptitem_T *si, int idx, int func_defined);
|
||||
svar_T *find_typval_in_script(typval_T *dest, scid_T sid, int must_find);
|
||||
int check_script_var_type(svar_T *sv, typval_T *value, char_u *name, where_T where);
|
||||
int check_reserved_name(char_u *name, cctx_T *cctx);
|
||||
int check_reserved_name(char_u *name, int is_objm_access);
|
||||
/* vim: set ft=c : */
|
||||
|
Reference in New Issue
Block a user