summaryrefslogtreecommitdiffstats
path: root/src/gui.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2005-05-31 22:09:46 +0000
committerBram Moolenaar <Bram@vim.org>2005-05-31 22:09:46 +0000
commita04f10b6066952725b53c3bda9ce259ab29a5e3b (patch)
tree4a035df5b665ca33510e5d9e1e42685d4ad55fa3 /src/gui.c
parent8b044b32644d75e8878c116c881cf743358e9eee (diff)
updated for version 7.0077
Diffstat (limited to 'src/gui.c')
-rw-r--r--src/gui.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui.c b/src/gui.c
index d560c81cbc..df29dc9cef 100644
--- a/src/gui.c
+++ b/src/gui.c
@@ -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;