To: vim_dev@googlegroups.com Subject: Patch 8.2.4349 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.2.4349 Problem: FileChangedShell test fails on MS-Windows. Solution: Skip the test on MS-Windows. Files: src/testdir/test_filechanged.vim *** ../vim-8.2.4348/src/testdir/test_filechanged.vim 2022-02-11 15:12:06.053929449 +0000 --- src/testdir/test_filechanged.vim 2022-02-11 20:52:39.684836677 +0000 *************** *** 139,144 **** --- 139,146 ---- func Test_FileChangedShell_edit_dialog() CheckNotGui + " FIXME: why does this not work on MS-Windows? + CheckUnix new Xchanged_r call setline(1, 'reload this') *** ../vim-8.2.4348/src/version.c 2022-02-11 20:33:11.946342185 +0000 --- src/version.c 2022-02-11 20:54:01.620736546 +0000 *************** *** 748,749 **** --- 748,751 ---- { /* Add new patch number below this line */ + /**/ + 4349, /**/ -- Apparently, 1 in 5 people in the world are Chinese. And there are 5 people in my family, so it must be one of them. It's either my mum or my dad. Or my older brother Colin. Or my younger brother Ho-Cha-Chu. But I think it's Colin. /// 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 ///