Patch 9.0.0938

3 views
Skip to first unread message

Bram Moolenaar

unread,
Nov 24, 2022, 7:20:29 AM11/24/22
to vim...@googlegroups.com

Patch 9.0.0938
Problem: MS-Windows: debug executable not found when running test.
Solution: Look for vimd.exe. (Christopher Plewright, closes #11602)
Files: src/testdir/Make_mvc.mak


*** ../vim-9.0.0937/src/testdir/Make_mvc.mak 2022-09-23 19:42:27.814236815 +0100
--- src/testdir/Make_mvc.mak 2022-11-24 12:18:01.096533705 +0000
***************
*** 3,9 ****
--- 3,15 ----
#
# Requires a set of Unix tools: echo, diff, etc.

+ # Testing may be done with a debug build
+ !IF EXIST(..\\vimd.exe) && !EXIST(..\\vim.exe)
+ VIMPROG = ..\\vimd
+ !ELSE
VIMPROG = ..\\vim
+ !ENDIF
+

default: nongui

*** ../vim-9.0.0937/src/version.c 2022-11-24 12:01:41.767401855 +0000
--- src/version.c 2022-11-24 12:19:12.900570102 +0000
***************
*** 697,698 ****
--- 697,700 ----
{ /* Add new patch number below this line */
+ /**/
+ 938,
/**/

--
hundred-and-one symptoms of being an internet addict:
129. You cancel your newspaper subscription.

/// Bram Moolenaar -- Br...@Moolenaar.net -- http://www.Moolenaar.net \\\
/// \\\
\\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
Reply all
Reply to author
Forward
0 new messages