1
0
forked from aniani/vim

updated for version 7.2-176

This commit is contained in:
Bram Moolenaar
2009-05-16 14:41:10 +00:00
parent 856b9fef3a
commit 8f0b2d46c7
8 changed files with 6 additions and 37 deletions

View File

@@ -1646,11 +1646,7 @@ struct tabpage_S
#endif
#ifdef FEAT_DIFF
diff_T *tp_first_diff;
# ifdef S_SPLINT_S /* splint doesn't understand the array of pointers */
buf_T **tp_diffbuf;
# else
buf_T *(tp_diffbuf[DB_COUNT]);
# endif
int tp_diff_invalid; /* list of diffs is outdated */
#endif
frame_T *tp_snapshot; /* window layout snapshot */