]> granicus.if.org Git - vim/commitdiff
updated for version 7.2-107 v7.2.107
authorBram Moolenaar <Bram@vim.org>
Wed, 11 Feb 2009 17:47:54 +0000 (17:47 +0000)
committerBram Moolenaar <Bram@vim.org>
Wed, 11 Feb 2009 17:47:54 +0000 (17:47 +0000)
src/message.c
src/version.c

index 5e3e530e04a01eab50bd2f507fa988824a69b37c..e0f2897605a1fcdeaeb74107da3e6326d73f194a 100644 (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. */
index 0ff2fd2dda5f9cd82ac01110f5c54236d0a39129..04dbca663b153160e5f1f7cdf5b58f954cfcaf0e 100644 (file)
@@ -676,6 +676,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    107,
 /**/
     106,
 /**/