0
0
mirror of https://github.com/vim/vim.git synced 2025-07-26 11:04:33 -04:00

patch 7.4.2308

Problem:    Old charsearch test still listed in Makefile.
Solution:   Remove the line.
This commit is contained in:
Bram Moolenaar 2016-09-02 20:03:20 +02:00
parent cd055da370
commit 44f660c421
2 changed files with 2 additions and 1 deletions

View File

@ -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 \

View File

@ -763,6 +763,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
2308,
/**/
2307,
/**/