summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2015-12-01 20:19:26 +0100
committerBram Moolenaar <Bram@vim.org>2015-12-01 20:19:26 +0100
commit5311c02f25eed8f34e8a80becb98e86264f371c3 (patch)
tree5ebc18c3a548e897e3571f0687580a6f50a429eb
parentbbfbaf9741deebb9f1ed790885bd571c4cbce17a (diff)
patch 7.4.947v7.4.947
Problem: Test_listchars fails with MingW. (Michael Soyka) Solution: Add the test to the ones that need the fileformat fixed. (Christian Brabandt)
-rw-r--r--src/testdir/Make_ming.mak2
-rw-r--r--src/version.c2
2 files changed, 3 insertions, 1 deletions
diff --git a/src/testdir/Make_ming.mak b/src/testdir/Make_ming.mak
index 047c778cb0..bfbb5c23e2 100644
--- a/src/testdir/Make_ming.mak
+++ b/src/testdir/Make_ming.mak
@@ -120,7 +120,7 @@ win32: fixff $(SCRIPTS16) $(SCRIPTS) $(SCRIPTS32)
fixff:
-$(VIMPROG) -u dos.vim --noplugin "+argdo set ff=dos|upd" +q *.in *.ok
-$(VIMPROG) -u dos.vim --noplugin "+argdo set ff=unix|upd" +q \
- dotest.in test60.ok test71.ok test74.ok
+ dotest.in test60.ok test71.ok test74.ok test_listchars.ok
clean:
-$(DEL) *.out
diff --git a/src/version.c b/src/version.c
index 2fbc3c7b34..a8526bf674 100644
--- a/src/version.c
+++ b/src/version.c
@@ -742,6 +742,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 947,
+/**/
946,
/**/
945,