diff options
author | Bram Moolenaar <Bram@vim.org> | 2005-05-31 22:09:46 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2005-05-31 22:09:46 +0000 |
commit | a04f10b6066952725b53c3bda9ce259ab29a5e3b (patch) | |
tree | 4a035df5b665ca33510e5d9e1e42685d4ad55fa3 /src/gui.c | |
parent | 8b044b32644d75e8878c116c881cf743358e9eee (diff) | |
download | vim-git-a04f10b6066952725b53c3bda9ce259ab29a5e3b.tar.gz |
updated for version 7.0077
Diffstat (limited to 'src/gui.c')
-rw-r--r-- | src/gui.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -3259,7 +3259,8 @@ gui_init_which_components(oldval) * change Columns and Rows when we don't want it. Wait for a * character here to avoid this effect. * If you remove this, please test this command for resizing - * effects: ":vsp|q|vsp|q|vsp|q" */ + * effects (with optional left scrollbar): ":vsp|q|vsp|q|vsp|q". + * Don't do this while starting up though. */ if (!gui.starting) (void)char_avail(); Rows = r; |