commit | ce85c5619edb181af063e42fb19d90c040ed18c5 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Sep 16 12:21:16 2007 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Sep 16 12:21:16 2007 +0000 |
tree | 4360af8b028e30c1a5c0118c43c70348eeba2b46 | |
parent | 1042fa38573166ff4a75622b9ef14a890238e76e [diff] [blame] |
updated for version 7.1-112
diff --git a/src/eval.c b/src/eval.c index 5d4c720..37db67c 100644 --- a/src/eval.c +++ b/src/eval.c
@@ -11565,14 +11565,12 @@ 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. */