diff src/structs.h @ 677:e649c78407e6 v7.0202

updated for version 7.0202
author vimboss
date Mon, 20 Feb 2006 21:37:40 +0000
parents 513866ffe6af
children 5b101ff9d4c4
line wrap: on
line diff
--- 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 */
 };
 
 /*