]> granicus.if.org Git - vim/commitdiff
updated for version 7.1-157 v7.1.157
authorBram Moolenaar <Bram@vim.org>
Tue, 20 Nov 2007 11:31:26 +0000 (11:31 +0000)
committerBram Moolenaar <Bram@vim.org>
Tue, 20 Nov 2007 11:31:26 +0000 (11:31 +0000)
src/ex_docmd.c
src/version.c

index 761165263d646cf2e1e2903b39b50d53fa22dce4..a6186f4db9f0f76e24c1b9760b723a40249dc87d 100644 (file)
@@ -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;
index 23b6a3940d6b283c2ae150574f444895f69bad7f..2e300f5a8d8fd66801691df897ad93b8d33da563 100644 (file)
@@ -666,6 +666,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    157,
 /**/
     156,
 /**/