diff src/main.c @ 46:46d39f2eff86 v7.0027

updated for version 7.0027
author vimboss
date Fri, 31 Dec 2004 21:01:02 +0000
parents f55897d6921d
children f67f8a8d81ba
line wrap: on
line diff
--- 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;
 }