]> granicus.if.org Git - vim/commitdiff
updated for version 7.4.162 v7.4.162
authorBram Moolenaar <Bram@vim.org>
Wed, 5 Feb 2014 11:36:42 +0000 (12:36 +0100)
committerBram Moolenaar <Bram@vim.org>
Wed, 5 Feb 2014 11:36:42 +0000 (12:36 +0100)
Problem:    Running tests in shadow dir doesn't work.
Solution:   Add testdir/sautest to the shadow target. (James McCoy)

src/Makefile
src/version.c

index bceb65c8e5546a1bbe5fb097667b43d59b7d33a4..6b006f565e12249e8ba07fd9292fdc63d3f932b4 100644 (file)
@@ -2381,6 +2381,7 @@ shadow:   runtime pixmaps
                                 ../../testdir/*.in \
                                 ../../testdir/*.vim \
                                 ../../testdir/python* \
+                                ../../testdir/sautest \
                                 ../../testdir/test83-tags? \
                                 ../../testdir/*.ok .
 
index 8501c0871a091092442bae73354bb446d27d6da8..123f60169cca1d00eac8e2fa9265f67473c6cae5 100644 (file)
@@ -738,6 +738,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    162,
 /**/
     161,
 /**/