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 -- [email protected] -- http://www.Moolenaar.net \\\
/// \\\
\\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ ///
\\\ 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].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/20220917202117.4B78E1C0846%40moolenaar.net.