mirror of
https://github.com/vim/vim.git
synced 2025-07-26 11:04:33 -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:
|
||||
-$(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
|
||||
|
@ -741,6 +741,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
947,
|
||||
/**/
|
||||
946,
|
||||
/**/
|
||||
|
Loading…
x
Reference in New Issue
Block a user