summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2004-12-31 21:01:02 +0000
committerBram Moolenaar <Bram@vim.org>2004-12-31 21:01:02 +0000
commit567e4dec2cb9b5eda4d7575f8f24c1da5bf646ea (patch)
tree39da36982c40a5ad85859e3994fa5f5f164eaa5e /src/main.c
parentdef9e829de8bcaf723568e5780c47557e83f99f0 (diff)
downloadvim-git-567e4dec2cb9b5eda4d7575f8f24c1da5bf646ea.tar.gz
updated for version 7.0027v7.0027
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 78639a2c2..7ab914cb5 100644
--- a/src/main.c
+++ b/src/main.c
@@ -3158,7 +3158,7 @@ build_drop_cmd(filec, filev, sendReply)
}
/* Bring the window to the foreground, goto Insert mode when 'im' set and
* clear command line. */
- ga_concat(&ga, (char_u *)"cal foreground()|if &im|star|en|ec<CR>");
+ ga_concat(&ga, (char_u *)"cal foreground()|if &im|star|en|redr|f<CR>");
ga_append(&ga, NUL);
return ga.ga_data;
}