From de94768cc79e6265b06db7067f208347f74bfcab Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sat, 2 Sep 2006 14:32:22 +0000 Subject: [PATCH] updated for version 7.0-080 --- src/Makefile | 2 +- src/version.c | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/Makefile b/src/Makefile index d8a8040c8..c43eb071c 100644 --- a/src/Makefile +++ b/src/Makefile @@ -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 */' > $@ diff --git a/src/version.c b/src/version.c index fff2898e2..718e91f50 100644 --- a/src/version.c +++ b/src/version.c @@ -666,6 +666,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 80, /**/ 79, /**/ -- 2.50.1