1
0
forked from aniani/vim

patch 7.4.2168

Problem:    Not running the startup test on MS-Windows.
Solution:   Write vimcmd.
This commit is contained in:
Bram Moolenaar
2016-08-06 20:36:34 +02:00
parent c96a2f3b88
commit 5b4a3767f6
3 changed files with 11 additions and 5 deletions

View File

@@ -114,4 +114,6 @@ bench_re_freeze.out: bench_re_freeze.vim
newtests: $(NEW_TESTS)
.vim.res:
@echo "$(VIMPROG)" > vimcmd
$(VIMPROG) -u NONE $(NO_PLUGIN) -S runtest.vim $*.vim
@del vimcmd

View File

@@ -48,21 +48,21 @@ $(SCRIPTS) $(SCRIPTS_GUI) $(SCRIPTS_WIN32) $(NEW_TESTS): $(SCRIPTS_FIRST)
.SUFFIXES: .in .out .res .vim
vimall: fixff $(SCRIPTS_FIRST) $(SCRIPTS) $(SCRIPTS_GUI) $(SCRIPTS_WIN32) newtests
echo ALL DONE
@echo ALL DONE
nongui: fixff nolog $(SCRIPTS_FIRST) $(SCRIPTS) newtests
echo ALL DONE
@echo ALL DONE
benchmark: $(SCRIPTS_BENCH)
small: nolog
echo ALL DONE
@echo ALL DONE
gui: fixff nolog $(SCRIPTS_FIRST) $(SCRIPTS) $(SCRIPTS_GUI) newtests
echo ALL DONE
@echo ALL DONE
win32: fixff nolog $(SCRIPTS_FIRST) $(SCRIPTS) $(SCRIPTS_WIN32) newtests
echo ALL DONE
@echo ALL DONE
# TODO: find a way to avoid changing the distributed files.
fixff:
@@ -117,5 +117,7 @@ bench_re_freeze.out: bench_re_freeze.vim
newtests: $(NEW_TESTS)
.vim.res:
@echo "$(VIMPROG)" > vimcmd
$(VIMPROG) -u NONE $(NO_PLUGIN) -S runtest.vim $*.vim
@$(DEL) vimcmd

View File

@@ -763,6 +763,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
2168,
/**/
2167,
/**/