Patch 8.2.4422
Problem: Autochdir test fails on MS-Windows.
Solution: Expecta nother error on MS-Windows.
Files: src/testdir/test_autochdir.vim
*** ../vim-8.2.4421/src/testdir/test_autochdir.vim 2022-02-19
11:19:29.821776577 +0000
--- src/testdir/test_autochdir.vim 2022-02-19 14:49:34.363434344 +0000
***************
*** 113,119 ****
func Test_multibyte()
" using an invalid character should not cause a crash
set wic
! call assert_fails('tc ����¦*', 'E344:')
set nowic
endfunc
--- 113,119 ----
func Test_multibyte()
" using an invalid character should not cause a crash
set wic
! call assert_fails('tc ����¦*', has('win32') ? 'E480:' : 'E344:')
set nowic
endfunc
*** ../vim-8.2.4421/src/version.c 2022-02-19 13:25:13.769665861 +0000
--- src/version.c 2022-02-19 14:41:35.384009280 +0000
***************
*** 752,753 ****
--- 752,755 ----
{ /* Add new patch number below this line */
+ /**/
+ 4422,
/**/
--
hundred-and-one symptoms of being an internet addict:
79. All of your most erotic dreams have a scrollbar at the right side.
/// 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/20220219145019.256041C0FE0%40moolenaar.net.