]> granicus.if.org Git - vim/commitdiff
updated for version 7.0-080 v7.0.080
authorBram Moolenaar <Bram@vim.org>
Sat, 2 Sep 2006 14:32:22 +0000 (14:32 +0000)
committerBram Moolenaar <Bram@vim.org>
Sat, 2 Sep 2006 14:32:22 +0000 (14:32 +0000)
src/Makefile
src/version.c

index d8a8040c87d61ead59d7c82429e8e23b6ff49c94..c43eb071cb7b836fbe7ba34d6c39069a950abf8b 100644 (file)
@@ -2261,7 +2261,7 @@ auto/if_perl.c: if_perl.xs
 auto/osdef.h: auto/config.h osdef.sh osdef1.h.in osdef2.h.in
        CC="$(CC) $(OSDEF_CFLAGS)" srcdir=$(srcdir) sh $(srcdir)/osdef.sh
 
-QUOTESED = sed -e 's/"/\\"/g' -e 's/\\"/"/' -e 's/\\";$$/";/'
+QUOTESED = sed -e 's/[\\"]/\\&/g' -e 's/\\"/"/' -e 's/\\";$$/";/'
 auto/pathdef.c: Makefile auto/config.mk
        -@echo creating $@
        -@echo '/* pathdef.c */' > $@
index fff2898e2c8b0d1ccf462f96497bbfe4eabc22ed..718e91f5018895ff5a3fa1a9e9d81d5d01d793aa 100644 (file)
@@ -666,6 +666,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    80,
 /**/
     79,
 /**/