summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvimboss <devnull@localhost>2007-09-16 12:21:16 +0000
committervimboss <devnull@localhost>2007-09-16 12:21:16 +0000
commitd462f245dab04e22408e9f752cfb3a0c77b1395d (patch)
tree4360af8b028e30c1a5c0118c43c70348eeba2b46
parentadade0e2f68ca6d2e760be4edfceea8c60c442f7 (diff)
downloadvim-d462f245dab04e22408e9f752cfb3a0c77b1395d.tar.gz
updated for version 7.1-112v7.1.112v7-1-112
-rw-r--r--src/eval.c4
-rw-r--r--src/version.c2
2 files changed, 3 insertions, 3 deletions
diff --git a/src/eval.c b/src/eval.c
index 5d4c720b..37db67c4 100644
--- a/src/eval.c
+++ b/src/eval.c
@@ -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. */
diff --git a/src/version.c b/src/version.c
index 748d8638..62428be6 100644
--- a/src/version.c
+++ b/src/version.c
@@ -667,6 +667,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 112,
+/**/
111,
/**/
110,