comparison src/structs.h @ 819:23f82b5d2814 v7.0c10

updated for version 7.0c10
author vimboss
date Wed, 05 Apr 2006 20:41:53 +0000
parents d8f905020502
children 8dd456c1e283
comparison
equal deleted inserted replaced
818:1f929f3ca806 819:23f82b5d2814
1633 diff_T *tp_first_diff; 1633 diff_T *tp_first_diff;
1634 buf_T *(tp_diffbuf[DB_COUNT]); 1634 buf_T *(tp_diffbuf[DB_COUNT]);
1635 int tp_diff_invalid; /* list of diffs is outdated */ 1635 int tp_diff_invalid; /* list of diffs is outdated */
1636 #endif 1636 #endif
1637 frame_T *tp_snapshot; /* window layout snapshot */ 1637 frame_T *tp_snapshot; /* window layout snapshot */
1638 #ifdef FEAT_EVAL
1639 dictitem_T tp_winvar; /* variable for "t:" Dictionary */
1640 dict_T tp_vars; /* internal variables, local to tab page */
1641 #endif
1638 }; 1642 };
1639 1643
1640 /* 1644 /*
1641 * Structure to cache info for displayed lines in w_lines[]. 1645 * Structure to cache info for displayed lines in w_lines[].
1642 * Each logical line has one entry. 1646 * Each logical line has one entry.
1926 1930
1927 int w_changelistidx; /* current position in b_changelist */ 1931 int w_changelistidx; /* current position in b_changelist */
1928 #endif 1932 #endif
1929 1933
1930 #ifdef FEAT_SEARCH_EXTRA 1934 #ifdef FEAT_SEARCH_EXTRA
1931 regmmatch_T w_match[3]; /* regexp programs for ":match" */ 1935 regmmatch_T w_match[3]; /* regexp programs for ":match" */
1932 int w_match_id[3]; /* highlight IDs for ":match" */ 1936 char_u *(w_match_pat[3]); /* patterns for ":match" */
1937 int w_match_id[3]; /* highlight IDs for ":match" */
1933 #endif 1938 #endif
1934 1939
1935 /* 1940 /*
1936 * the tagstack grows from 0 upwards: 1941 * the tagstack grows from 0 upwards:
1937 * entry 0: older 1942 * entry 0: older