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:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user