forked from aniani/vim
updated for version 7.1-112
This commit is contained in:
@@ -11565,14 +11565,12 @@ get_user_input(argvars, rettv, inputdialog)
|
|||||||
char_u *xp_arg = NULL;
|
char_u *xp_arg = NULL;
|
||||||
|
|
||||||
rettv->v_type = VAR_STRING;
|
rettv->v_type = VAR_STRING;
|
||||||
|
rettv->vval.v_string = NULL;
|
||||||
|
|
||||||
#ifdef NO_CONSOLE_INPUT
|
#ifdef NO_CONSOLE_INPUT
|
||||||
/* While starting up, there is no place to enter text. */
|
/* While starting up, there is no place to enter text. */
|
||||||
if (no_console_input())
|
if (no_console_input())
|
||||||
{
|
|
||||||
rettv->vval.v_string = NULL;
|
|
||||||
return;
|
return;
|
||||||
}
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
cmd_silent = FALSE; /* Want to see the prompt. */
|
cmd_silent = FALSE; /* Want to see the prompt. */
|
||||||
|
@@ -666,6 +666,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 */
|
||||||
|
/**/
|
||||||
|
112,
|
||||||
/**/
|
/**/
|
||||||
111,
|
111,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user