We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbfbaf9 commit 5311c02Copy full SHA for 5311c02
2 files changed
src/testdir/Make_ming.mak
@@ -120,7 +120,7 @@ win32: fixff $(SCRIPTS16) $(SCRIPTS) $(SCRIPTS32)
120
fixff:
121
-$(VIMPROG) -u dos.vim --noplugin "+argdo set ff=dos|upd" +q *.in *.ok
122
-$(VIMPROG) -u dos.vim --noplugin "+argdo set ff=unix|upd" +q \
123
- dotest.in test60.ok test71.ok test74.ok
+ dotest.in test60.ok test71.ok test74.ok test_listchars.ok
124
125
clean:
126
-$(DEL) *.out
src/version.c
@@ -741,6 +741,8 @@ static char *(features[]) =
741
742
static int included_patches[] =
743
{ /* Add new patch number below this line */
744
+/**/
745
+ 947,
746
/**/
747
946,
748
0 commit comments