From: Bram Moolenaar Date: Wed, 5 Feb 2014 11:36:42 +0000 (+0100) Subject: updated for version 7.4.162 X-Git-Tag: v7.4.162 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=09edc46d01ee0804e29594738c5b86a8a2c06ca0;p=vim updated for version 7.4.162 Problem: Running tests in shadow dir doesn't work. Solution: Add testdir/sautest to the shadow target. (James McCoy) --- diff --git a/src/Makefile b/src/Makefile index bceb65c8e..6b006f565 100644 --- a/src/Makefile +++ b/src/Makefile @@ -2381,6 +2381,7 @@ shadow: runtime pixmaps ../../testdir/*.in \ ../../testdir/*.vim \ ../../testdir/python* \ + ../../testdir/sautest \ ../../testdir/test83-tags? \ ../../testdir/*.ok . diff --git a/src/version.c b/src/version.c index 8501c0871..123f60169 100644 --- a/src/version.c +++ b/src/version.c @@ -738,6 +738,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 162, /**/ 161, /**/