summaryrefslogtreecommitdiff
path: root/src/misc2.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2006-01-13 22:35:40 +0000
committerBram Moolenaar <Bram@vim.org>2006-01-13 22:35:40 +0000
commita40ceaf88a6e2fbea7022dd84cd8dd5d903699e7 (patch)
tree204e108bdab14c1f09ce1746ac7b432f19fc5af7 /src/misc2.c
parent4770d09abd866bb53d95895dc6a5c5fe7cccb619 (diff)
downloadvim-git-a40ceaf88a6e2fbea7022dd84cd8dd5d903699e7.tar.gz
updated for version 7.0180v7.0180
Diffstat (limited to 'src/misc2.c')
-rw-r--r--src/misc2.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/misc2.c b/src/misc2.c
index f5b13e762..fb873fb4a 100644
--- a/src/misc2.c
+++ b/src/misc2.c
@@ -1012,6 +1012,7 @@ free_all_mem()
free_cd_dir();
set_expr_line(NULL);
diff_clear();
+ clear_sb_text(); /* free any scrollback text */
/* Free some global vars. */
vim_free(username);