Skip to content

Commit 5311c02

Browse files
committed
patch 7.4.947
Problem: Test_listchars fails with MingW. (Michael Soyka) Solution: Add the test to the ones that need the fileformat fixed. (Christian Brabandt)
1 parent bbfbaf9 commit 5311c02

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

src/testdir/Make_ming.mak

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ win32: fixff $(SCRIPTS16) $(SCRIPTS) $(SCRIPTS32)
120120
fixff:
121121
-$(VIMPROG) -u dos.vim --noplugin "+argdo set ff=dos|upd" +q *.in *.ok
122122
-$(VIMPROG) -u dos.vim --noplugin "+argdo set ff=unix|upd" +q \
123-
dotest.in test60.ok test71.ok test74.ok
123+
dotest.in test60.ok test71.ok test74.ok test_listchars.ok
124124

125125
clean:
126126
-$(DEL) *.out

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -741,6 +741,8 @@ static char *(features[]) =
741741

742742
static int included_patches[] =
743743
{ /* Add new patch number below this line */
744+
/**/
745+
947,
744746
/**/
745747
946,
746748
/**/

0 commit comments

Comments
 (0)