commit | 8de49e183d4f44c723bff5c1744f1373934b4cca | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Feb 11 17:47:54 2009 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Feb 11 17:47:54 2009 +0000 |
tree | d26513c55ccfdf4d71a6a09fc6a4c482dd42ca21 | |
parent | 6ae167a4841ceec7ca74e9f3045d76a2fe1dd394 [diff] [blame] |
updated for version 7.2-107
diff --git a/src/message.c b/src/message.c index 5e3e530..e0f2897 100644 --- a/src/message.c +++ b/src/message.c
@@ -3309,7 +3309,10 @@ { 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. */