Patch 9.0.0492

4 views
Skip to first unread message

Bram Moolenaar

unread,
Sep 17, 2022, 4:21:28 PM9/17/22
to vim...@googlegroups.com

Patch 9.0.0492 (after 9.0.0490)
Problem: Cmdwin test fails on MS-Windows.
Solution: Skip test on MS-Windows.
Files: src/testdir/test_cmdwin.vim


*** ../vim-9.0.0491/src/testdir/test_cmdwin.vim 2022-09-17 19:43:19.258427029 +0100
--- src/testdir/test_cmdwin.vim 2022-09-17 21:19:31.402503817 +0100
***************
*** 380,385 ****
--- 380,388 ----

" This was using a pointer to a freed buffer
func Test_cmdwin_freed_buffer_ptr()
+ " this does not work on MS-Windows because renaming an open file fails
+ CheckNotMSWindows
+
au BufEnter * next 0| file
edit 0
silent! norm q/
*** ../vim-9.0.0491/src/version.c 2022-09-17 21:07:52.111993132 +0100
--- src/version.c 2022-09-17 21:20:33.702371128 +0100
***************
*** 701,702 ****
--- 701,704 ----
{ /* Add new patch number below this line */
+ /**/
+ 492,
/**/

--
From "know your smileys":
2B|^2B Message from Shakespeare

/// 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