commit | c6fe919573e82727a7de014daab122ffc5001854 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Apr 09 21:54:49 2006 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Apr 09 21:54:49 2006 +0000 |
tree | 237b3cac7ceeee2c16d574a99f1c37e9bd94ea53 | |
parent | 61660eadced09491ef8ee0a7d4af73cc75fdc349 [diff] [blame] |
updated for version 7.0c13
diff --git a/src/structs.h b/src/structs.h index ce3bf9b..6710b72 100644 --- a/src/structs.h +++ b/src/structs.h
@@ -1625,6 +1625,8 @@ win_T *tp_lastwin; /* last window in this Tab page */ long tp_old_Rows; /* Rows when Tab page was left */ long tp_old_Columns; /* Columns when Tab page was left */ + long tp_ch_used; /* value of 'cmdheight' when frame size + was set */ #ifdef FEAT_GUI int tp_prev_which_scrollbars[3]; /* previous value of which_scrollbars */