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 fac17856db..e5f59f236b 100644
--- a/src/structs.h
+++ b/src/structs.h
@@ -1578,6 +1578,7 @@ struct tabpage_S
buf_T *(tp_diffbuf[DB_COUNT]);
int tp_diff_invalid; /* list of diffs is outdated */
#endif
+ frame_T *tp_snapshot; /* window layout snapshot */
};
/*