mirror of
https://github.com/vim/vim.git
synced 2025-08-22 19:27:53 -04:00
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)
This commit is contained in:
parent
bbfbaf9741
commit
5311c02f25
@ -120,7 +120,7 @@ win32: fixff $(SCRIPTS16) $(SCRIPTS) $(SCRIPTS32)
|
|||||||
fixff:
|
fixff:
|
||||||
-$(VIMPROG) -u dos.vim --noplugin "+argdo set ff=dos|upd" +q *.in *.ok
|
-$(VIMPROG) -u dos.vim --noplugin "+argdo set ff=dos|upd" +q *.in *.ok
|
||||||
-$(VIMPROG) -u dos.vim --noplugin "+argdo set ff=unix|upd" +q \
|
-$(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:
|
clean:
|
||||||
-$(DEL) *.out
|
-$(DEL) *.out
|
||||||
|
@ -741,6 +741,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
947,
|
||||||
/**/
|
/**/
|
||||||
946,
|
946,
|
||||||
/**/
|
/**/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user