mirror of
https://github.com/vim/vim.git
synced 2025-07-26 11:04:33 -04:00
updated for version 7.1-112
This commit is contained in:
parent
1042fa3857
commit
ce85c5619e
@ -11565,14 +11565,12 @@ get_user_input(argvars, rettv, inputdialog)
|
||||
char_u *xp_arg = NULL;
|
||||
|
||||
rettv->v_type = VAR_STRING;
|
||||
rettv->vval.v_string = NULL;
|
||||
|
||||
#ifdef NO_CONSOLE_INPUT
|
||||
/* While starting up, there is no place to enter text. */
|
||||
if (no_console_input())
|
||||
{
|
||||
rettv->vval.v_string = NULL;
|
||||
return;
|
||||
}
|
||||
#endif
|
||||
|
||||
cmd_silent = FALSE; /* Want to see the prompt. */
|
||||
|
@ -666,6 +666,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
112,
|
||||
/**/
|
||||
111,
|
||||
/**/
|
||||
|
Loading…
x
Reference in New Issue
Block a user