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 a1f4cb9 commit 3f9ebf3Copy full SHA for 3f9ebf3
2 files changed
src/testdir/Make_ming.mak
@@ -68,7 +68,7 @@ win32: fixff nolog $(SCRIPTS_FIRST) $(SCRIPTS) $(SCRIPTS_WIN32) newtests
68
fixff:
69
-$(VIMPROG) -u dos.vim $(NO_PLUGIN) "+argdo set ff=dos|upd" +q *.in *.ok
70
-$(VIMPROG) -u dos.vim $(NO_PLUGIN) "+argdo set ff=unix|upd" +q \
71
- dotest.in test60.ok test71.ok test74.ok test_listchars.ok \
+ dotest.in test60.ok test_listchars.ok \
72
test_getcwd.ok test_wordcount.ok
73
74
clean:
src/version.c
@@ -764,6 +764,8 @@ static char *(features[]) =
764
765
static int included_patches[] =
766
{ /* Add new patch number below this line */
767
+/**/
768
+ 70,
769
/**/
770
69,
771
0 commit comments