0
0
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:
Bram Moolenaar 2007-09-16 12:21:16 +00:00
parent 1042fa3857
commit ce85c5619e
2 changed files with 3 additions and 3 deletions

View File

@ -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. */

View File

@ -666,6 +666,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
112,
/**/
111,
/**/