summaryrefslogtreecommitdiffstats
path: root/src/structs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/structs.h')
-rw-r--r--src/structs.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/structs.h b/src/structs.h
index 8ffebf3126..7bd1ff775d 100644
--- a/src/structs.h
+++ b/src/structs.h
@@ -4465,3 +4465,8 @@ typedef struct {
#define WHERE_INIT {NULL, 0, 0}
+// Struct passed to get_v_event() and restore_v_event().
+typedef struct {
+ int sve_did_save;
+ hashtab_T sve_hashtab;
+} save_v_event_T;