updated for version 7.1-157
author |
vimboss |
date |
Tue, 20 Nov 2007 11:31:26 +0000 |
parents |
21b11491a33f |
children |
69bcc0c891d7 |
files |
src/ex_docmd.c src/version.c |
diffstat |
2 files changed, 5 insertions(+), 1 deletions(-)
[+]
|
line diff
--- a/src/ex_docmd.c
+++ b/src/ex_docmd.c
@@ -1741,7 +1741,9 @@ do_one_cmd(cmdlinep, sourcing,
}
/* ignore comment and empty lines */
- if (*ea.cmd == '"' || *ea.cmd == NUL)
+ if (*ea.cmd == '"')
+ goto doend;
+ if (*ea.cmd == NUL)
{
ex_pressedreturn = TRUE;
goto doend;
--- 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 */
/**/
+ 157,
+/**/
156,
/**/
155,