From: Bram Moolenaar Date: Sun, 16 Sep 2007 12:21:16 +0000 (+0000) Subject: updated for version 7.1-112 X-Git-Tag: v7.1.112 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ce85c5619edb181af063e42fb19d90c040ed18c5;p=thirdparty%2Fvim.git updated for version 7.1-112 --- diff --git a/src/eval.c b/src/eval.c index 5d4c720b09..37db67c430 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 748d8638f4..62428be6af 100644 --- a/src/version.c +++ b/src/version.c @@ -666,6 +666,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 112, /**/ 111, /**/