0
0
mirror of https://github.com/vim/vim.git synced 2025-09-23 03:43:49 -04:00

updated for version 7.0027

This commit is contained in:
Bram Moolenaar
2004-12-31 21:01:02 +00:00
parent def9e829de
commit 567e4dec2c
4 changed files with 51 additions and 6 deletions

View File

@@ -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;
}