changeset 10074:b249712263b8 v7.4.2308

commit https://github.com/vim/vim/commit/44f660c42191062214552f2bdb2e9bcc4e23e6fc Author: Bram Moolenaar <Bram@vim.org> 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.
author Christian Brabandt <cb@256bit.org>
date Fri, 02 Sep 2016 20:15:10 +0200
parents 0a6ee8b32000
children ee84eb3ac2cc
files src/testdir/Make_all.mak src/version.c
diffstat 2 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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 \
--- 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,