0
0
mirror of https://github.com/vim/vim.git synced 2025-09-25 03:54:15 -04:00

patch 7.4.1018

Problem:    Failure running tests.
Solution:   Add missing change to list of old style tests.
This commit is contained in:
Bram Moolenaar
2016-01-01 14:57:51 +01:00
parent 8f79acdf7e
commit af2dff8fbc
2 changed files with 2 additions and 1 deletions

View File

@@ -116,7 +116,6 @@ SCRIPTS_ALL = \
test_qf_title.out \
test_ruby.out \
test_search_mbyte.out \
test_set.out \
test_signs.out \
test_tagcase.out \
test_textobjects.out \

View File

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