]> granicus.if.org Git - vim/commitdiff
updated for version 7.2-217 v7.2.217
authorBram Moolenaar <Bram@vim.org>
Wed, 24 Jun 2009 16:08:18 +0000 (16:08 +0000)
committerBram Moolenaar <Bram@vim.org>
Wed, 24 Jun 2009 16:08:18 +0000 (16:08 +0000)
src/testdir/Makefile
src/version.c

index b60bd4885a1d0ea9b3db7fbeb2dadb71f7b95474..50386ec7750e7697be4e081259957a2fce82954d 100644 (file)
@@ -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 \
index 0fd4b726472b6b6f0b39b1a74c593c8d35bf9bba..a1fde9db15b8b78487405265f3aa4cde1a1e22b7 100644 (file)
@@ -676,6 +676,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    217,
 /**/
     216,
 /**/