To: vim_dev@googlegroups.com Subject: Patch 9.0.0938 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ 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 -- Bram@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 ///