We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb07008 commit 298c659Copy full SHA for 298c659
src/testdir/Make_ming.mak
@@ -65,9 +65,11 @@ win32: fixff $(SCRIPTS_FIRST) $(SCRIPTS) $(SCRIPTS_WIN32)
65
echo ALL DONE
66
67
fixff:
68
+ # TODO: find a way to avoid changing the distributed files.
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 \
- dotest.in test60.ok test71.ok test74.ok test_listchars.ok
71
+ dotest.in test60.ok test71.ok test74.ok test_listchars.ok \
72
+ test_getcwd.ok test_wordcount.ok
73
74
clean:
75
-$(DEL) *.out
src/version.c
@@ -748,6 +748,8 @@ static char *(features[]) =
748
749
static int included_patches[] =
750
{ /* Add new patch number below this line */
751
+/**/
752
+ 1698,
753
/**/
754
1697,
755
0 commit comments