]> granicus.if.org Git - vim/commitdiff
patch 8.1.1479: change included for debugging only v8.1.1479
authorBram Moolenaar <Bram@vim.org>
Thu, 6 Jun 2019 12:38:06 +0000 (14:38 +0200)
committerBram Moolenaar <Bram@vim.org>
Thu, 6 Jun 2019 12:38:06 +0000 (14:38 +0200)
Problem:    Change included for debugging only.
Solution:   Restore the REDIR_TEST_TO_NULL line.

src/testdir/Makefile
src/version.c

index 4bfc40096ed7c15af53d86136a8a198365611c2d..f28c9414f78abea2bc2fca922b1c198ea9bef6f2 100644 (file)
@@ -12,7 +12,7 @@ SCRIPTSOURCE = ../../runtime
 # Comment out this line to see the verbose output of tests.
 #
 # Catches SwapExists to avoid hanging at the ATTENTION prompt.
-REDIR_TEST_TO_NULL = --cmd 'au SwapExists * let v:swapchoice = "e"' > /dev/null
+REDIR_TEST_TO_NULL = --cmd 'au SwapExists * let v:swapchoice = "e"' > /dev/null
 
 # Uncomment this line to use valgrind for memory leaks and extra warnings.
 #   The output goes into a file "valgrind.testN"
index 648391162ab25afcb3ab2d100edc8d008a809ac3..947efb1d0c8243e1d6d73ed1882632b5c5aecc8d 100644 (file)
@@ -767,6 +767,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1479,
 /**/
     1478,
 /**/