]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
updated for version 7.1-112 v7.1.112
authorBram Moolenaar <Bram@vim.org>
Sun, 16 Sep 2007 12:21:16 +0000 (12:21 +0000)
committerBram Moolenaar <Bram@vim.org>
Sun, 16 Sep 2007 12:21:16 +0000 (12:21 +0000)
src/eval.c
src/version.c

index 5d4c720b0903cf129a6c0e3fb2fbb8d6bdecb896..37db67c430a336aef82952a1b3395702d190ab67 100644 (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. */
index 748d8638f49792d1d91b428691bed1eeaf1fe173..62428be6af92a4eedb7f2903ebdd3eaef7ff4476 100644 (file)
@@ -666,6 +666,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    112,
 /**/
     111,
 /**/