From: Bram Moolenaar Date: Fri, 2 Sep 2016 18:03:20 +0000 (+0200) Subject: patch 7.4.2308 X-Git-Tag: v7.4.2308 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=44f660c42191062214552f2bdb2e9bcc4e23e6fc;p=vim patch 7.4.2308 Problem: Old charsearch test still listed in Makefile. Solution: Remove the line. --- diff --git a/src/testdir/Make_all.mak b/src/testdir/Make_all.mak index 6f14f1b28..658585fd5 100644 --- a/src/testdir/Make_all.mak +++ b/src/testdir/Make_all.mak @@ -83,7 +83,6 @@ SCRIPTS_ALL = \ test_autoformat_join.out \ test_breakindent.out \ test_changelist.out \ - test_charsearch.out \ test_close_count.out \ test_command_count.out \ test_comparators.out \ diff --git a/src/version.c b/src/version.c index 179de6a42..f5af1156d 100644 --- a/src/version.c +++ b/src/version.c @@ -763,6 +763,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 2308, /**/ 2307, /**/