summaryrefslogtreecommitdiffstats
path: root/src/vim9.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vim9.h')
-rw-r--r--src/vim9.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/vim9.h b/src/vim9.h
index 320e35bde0..785486963a 100644
--- a/src/vim9.h
+++ b/src/vim9.h
@@ -508,8 +508,9 @@ typedef struct {
// arguments to ISN_LOCKUNLOCK
typedef struct {
- char_u *string; // for exec_command
- int is_arg; // is lval_root a function arg
+ char_u *lu_string; // for exec_command
+ class_T *lu_cl_exec; // executing, null if not class/obj method
+ int lu_is_arg; // is lval_root a function arg
} lockunlock_T;
/*