mirror of
https://github.com/vim/vim.git
synced 2025-07-26 11:04:33 -04:00
updated for version 7.2-107
This commit is contained in:
parent
6ae167a484
commit
8de49e183d
@ -3309,7 +3309,10 @@ do_dialog(type, title, message, buttons, dfltbutton, textfield)
|
|||||||
{
|
{
|
||||||
c = gui_mch_dialog(type, title, message, buttons, dfltbutton,
|
c = gui_mch_dialog(type, title, message, buttons, dfltbutton,
|
||||||
textfield);
|
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
|
/* Flush output to avoid that further messages and redrawing is done
|
||||||
* in the wrong order. */
|
* in the wrong order. */
|
||||||
|
@ -676,6 +676,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
107,
|
||||||
/**/
|
/**/
|
||||||
106,
|
106,
|
||||||
/**/
|
/**/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user