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:
parent
b4d2135518
commit
310e2dbaee
@ -37,7 +37,7 @@ SCRIPTS = test3.out test4.out test5.out test6.out test7.out \
|
|||||||
test105.out test106.out test107.out\
|
test105.out test106.out test107.out\
|
||||||
test_autoformat_join.out \
|
test_autoformat_join.out \
|
||||||
test_breakindent.out \
|
test_breakindent.out \
|
||||||
test_listlbr \
|
test_listlbr.out \
|
||||||
test_eval.out \
|
test_eval.out \
|
||||||
test_options.out
|
test_options.out
|
||||||
|
|
||||||
|
@ -734,6 +734,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
366,
|
||||||
/**/
|
/**/
|
||||||
365,
|
365,
|
||||||
/**/
|
/**/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user