summaryrefslogtreecommitdiff
path: root/src/misc2.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2006-02-21 22:12:05 +0000
committerBram Moolenaar <Bram@vim.org>2006-02-21 22:12:05 +0000
commit238a564935abe36832b267f32b5487556c640d00 (patch)
tree7ee3f4d9279f73945f1069e7f6a9b1b059658b27 /src/misc2.c
parent8f7fd65b249e9680866dab628622fe093ac2abc9 (diff)
downloadvim-git-238a564935abe36832b267f32b5487556c640d00.tar.gz
updated for version 7.0203v7.0203
Diffstat (limited to 'src/misc2.c')
-rw-r--r--src/misc2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/misc2.c b/src/misc2.c
index 680202f1c..79a5174ab 100644
--- a/src/misc2.c
+++ b/src/misc2.c
@@ -1026,7 +1026,7 @@ free_all_mem()
vim_free(clip_exclude_prog);
vim_free(last_cmdline);
vim_free(new_last_cmdline);
- set_keep_msg(NULL);
+ set_keep_msg(NULL, 0);
vim_free(ff_expand_buffer);
/* Clear cmdline history. */