summaryrefslogtreecommitdiffstats
path: root/src/structs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/structs.h')
-rw-r--r--src/structs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/structs.h b/src/structs.h
index 36bdf9a53e..afd3e02813 100644
--- a/src/structs.h
+++ b/src/structs.h
@@ -2439,6 +2439,7 @@ struct file_buffer
dict_T *b_vars; /* internal variables, local to buffer */
listener_T *b_listener;
+ list_T *b_recorded_changes;
#endif
#ifdef FEAT_TEXT_PROP
int b_has_textprop; // TRUE when text props were added