Patch 7.4.2168
Problem: Not running the startup test on MS-Windows.
Solution: Write vimcmd.
Files: src/testdir/Make_ming.mak, src/testdir/Make_dos.mak
*** ../vim-7.4.2167/src/testdir/Make_ming.mak 2016-06-13 22:58:35.052724825
+0200
--- src/testdir/Make_ming.mak 2016-08-06 20:34:08.541046698 +0200
***************
*** 48,68 ****
.SUFFIXES: .in .out .res .vim
vimall: fixff $(SCRIPTS_FIRST) $(SCRIPTS) $(SCRIPTS_GUI)
$(SCRIPTS_WIN32) newtests
! echo ALL DONE
nongui: fixff nolog $(SCRIPTS_FIRST) $(SCRIPTS) newtests
! echo ALL DONE
benchmark: $(SCRIPTS_BENCH)
small: nolog
! echo ALL DONE
gui: fixff nolog $(SCRIPTS_FIRST) $(SCRIPTS) $(SCRIPTS_GUI) newtests
! echo ALL DONE
win32: fixff nolog $(SCRIPTS_FIRST) $(SCRIPTS) $(SCRIPTS_WIN32)
newtests
! echo ALL DONE
# TODO: find a way to avoid changing the distributed files.
fixff:
--- 48,68 ----
.SUFFIXES: .in .out .res .vim
vimall: fixff $(SCRIPTS_FIRST) $(SCRIPTS) $(SCRIPTS_GUI)
$(SCRIPTS_WIN32) newtests
! @echo ALL DONE
nongui: fixff nolog $(SCRIPTS_FIRST) $(SCRIPTS) newtests
! @echo ALL DONE
benchmark: $(SCRIPTS_BENCH)
small: nolog
! @echo ALL DONE
gui: fixff nolog $(SCRIPTS_FIRST) $(SCRIPTS) $(SCRIPTS_GUI) newtests
! @echo ALL DONE
win32: fixff nolog $(SCRIPTS_FIRST) $(SCRIPTS) $(SCRIPTS_WIN32)
newtests
! @echo ALL DONE
# TODO: find a way to avoid changing the distributed files.
fixff:
***************
*** 117,121 ****
--- 117,123 ----
newtests: $(NEW_TESTS)
.vim.res:
+ @echo "$(VIMPROG)" > vimcmd
$(VIMPROG) -u NONE $(NO_PLUGIN) -S runtest.vim $*.vim
+ @$(DEL) vimcmd
*** ../vim-7.4.2167/src/testdir/Make_dos.mak 2016-02-26 15:56:38.402284015
+0100
--- src/testdir/Make_dos.mak 2016-08-06 20:34:31.160868827 +0200
***************
*** 114,117 ****
--- 114,119 ----
newtests: $(NEW_TESTS)
.vim.res:
+ @echo "$(VIMPROG)" > vimcmd
$(VIMPROG) -u NONE $(NO_PLUGIN) -S runtest.vim $*.vim
+ @del vimcmd
*** ../vim-7.4.2167/src/version.c 2016-08-06 19:45:27.332023688 +0200
--- src/version.c 2016-08-06 20:35:42.376308763 +0200
***************
*** 765,766 ****
--- 765,768 ----
{ /* Add new patch number below this line */
+ /**/
+ 2168,
/**/
--
FIRST VILLAGER: We have found a witch. May we burn her?
"Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\ an exciting new programming language -- http://www.Zimbu.org ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.