# HG changeset patch # User Christian Brabandt # Date 1472840110 -7200 # Node ID b249712263b80b77398f677bd823846765d2a715 # Parent 0a6ee8b320001fcceacfee761c07b3ad5c2f5a5e commit https://github.com/vim/vim/commit/44f660c42191062214552f2bdb2e9bcc4e23e6fc Author: Bram Moolenaar Date: Fri Sep 2 20:03:20 2016 +0200 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 --- 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 --- a/src/version.c +++ b/src/version.c @@ -764,6 +764,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2308, +/**/ 2307, /**/ 2306,