changeset 7283:631cd8059bf4 v7.4.947

commit https://github.com/vim/vim/commit/5311c02f25eed8f34e8a80becb98e86264f371c3 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Dec 1 20:19:26 2015 +0100 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)
author Christian Brabandt <cb@256bit.org>
date Tue, 01 Dec 2015 20:30:04 +0100
parents e9846c6bf3a4
children 29724a179eaf
files src/testdir/Make_ming.mak src/version.c
diffstat 2 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/testdir/Make_ming.mak
+++ b/src/testdir/Make_ming.mak
@@ -120,7 +120,7 @@ win32:	fixff $(SCRIPTS16) $(SCRIPTS) $(S
 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
--- 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,