summaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2005-07-28 22:36:45 +0000
committerBram Moolenaar <Bram@vim.org>2005-07-28 22:36:45 +0000
commit661b1820956743fd67f957f8dbbc45a93fe38dc9 (patch)
tree5c1a259895d6a8af91b166c0c103706eb8233096 /src/main.c
parentcfc7d63267e68168b5fb068d8ee1e763ed4aa6a0 (diff)
updated for version 7.0118v7.0118
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 876289f675..380a572896 100644
--- a/src/main.c
+++ b/src/main.c
@@ -1034,7 +1034,7 @@ main_loop(cmdwin, noexmode)
emsg_on_display = FALSE; /* can delete error message now */
did_emsg = FALSE;
msg_didany = FALSE; /* reset lines_left in msg_start() */
- clear_sb_text(); /* clear scroll-back text */
+ may_clear_sb_text(); /* clear scroll-back text on next msg */
showruler(FALSE);
setcursor();