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