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

updated for version 7.4.366

Problem:    Can't run the linebreak test on MS-Windows.
Solution:   Fix the output file name. (Taro Muraoka)
This commit is contained in:
Bram Moolenaar 2014-07-16 14:20:41 +02:00
parent b4d2135518
commit 310e2dbaee
2 changed files with 3 additions and 1 deletions

View File

@ -37,7 +37,7 @@ SCRIPTS = test3.out test4.out test5.out test6.out test7.out \
test105.out test106.out test107.out\
test_autoformat_join.out \
test_breakindent.out \
test_listlbr \
test_listlbr.out \
test_eval.out \
test_options.out

View File

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