From: Bram Moolenaar Date: Wed, 24 Jun 2009 16:08:18 +0000 (+0000) Subject: updated for version 7.2-217 X-Git-Tag: v7.2.217 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0c77b7ba516bae84e1500a4ccac1de1b00d70751;p=vim updated for version 7.2-217 --- diff --git a/src/testdir/Makefile b/src/testdir/Makefile index b60bd4885..50386ec77 100644 --- a/src/testdir/Makefile +++ b/src/testdir/Makefile @@ -4,9 +4,11 @@ VIMPROG = ../vim -# Uncomment this line for using valgrind. -# The output goes into a file "valgrind.$PID" (sorry, no test number). -# VALGRIND = valgrind --tool=memcheck --leak-check=yes --num-callers=15 --logfile=valgrind +# Uncomment this line to use valgrind for memory leaks and extra warnings. +# The output goes into a file "valgrind.testN" +# Vim should be compiled with EXITFREE to avoid false warnings. +# This will make testing about 10 times as slow. +# VALGRIND = valgrind --tool=memcheck --leak-check=yes --num-callers=15 --log-file=valgrind.$* SCRIPTS = test1.out test2.out test3.out test4.out test5.out test6.out \ test7.out test8.out test9.out test10.out test11.out \ diff --git a/src/version.c b/src/version.c index 0fd4b7264..a1fde9db1 100644 --- a/src/version.c +++ b/src/version.c @@ -676,6 +676,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 217, /**/ 216, /**/