0
0
mirror of https://github.com/vim/vim.git synced 2025-09-24 03:44:06 -04:00

updated for version 7.2-107

This commit is contained in:
Bram Moolenaar
2009-02-11 17:47:54 +00:00
parent 6ae167a484
commit 8de49e183d
2 changed files with 6 additions and 1 deletions

View File

@@ -3309,7 +3309,10 @@ do_dialog(type, title, message, buttons, dfltbutton, textfield)
{
c = gui_mch_dialog(type, title, message, buttons, dfltbutton,
textfield);
msg_end_prompt();
/* avoid a hit-enter prompt without clearing the cmdline */
need_wait_return = FALSE;
emsg_on_display = FALSE;
cmdline_row = msg_row;
/* Flush output to avoid that further messages and redrawing is done
* in the wrong order. */