comparison src/structs.h @ 1879:e8eeeff19eae v7.2.176

updated for version 7.2-176
author vimboss
date Sat, 16 May 2009 14:41:10 +0000
parents 6c7719f94811
children ff9ecf14efe3
comparison
equal deleted inserted replaced
1878:6ed4a82fcfc6 1879:e8eeeff19eae
1644 int tp_prev_which_scrollbars[3]; 1644 int tp_prev_which_scrollbars[3];
1645 /* previous value of which_scrollbars */ 1645 /* previous value of which_scrollbars */
1646 #endif 1646 #endif
1647 #ifdef FEAT_DIFF 1647 #ifdef FEAT_DIFF
1648 diff_T *tp_first_diff; 1648 diff_T *tp_first_diff;
1649 # ifdef S_SPLINT_S /* splint doesn't understand the array of pointers */
1650 buf_T **tp_diffbuf;
1651 # else
1652 buf_T *(tp_diffbuf[DB_COUNT]); 1649 buf_T *(tp_diffbuf[DB_COUNT]);
1653 # endif
1654 int tp_diff_invalid; /* list of diffs is outdated */ 1650 int tp_diff_invalid; /* list of diffs is outdated */
1655 #endif 1651 #endif
1656 frame_T *tp_snapshot; /* window layout snapshot */ 1652 frame_T *tp_snapshot; /* window layout snapshot */
1657 #ifdef FEAT_EVAL 1653 #ifdef FEAT_EVAL
1658 dictitem_T tp_winvar; /* variable for "t:" Dictionary */ 1654 dictitem_T tp_winvar; /* variable for "t:" Dictionary */