To: vim_dev@googlegroups.com Subject: Patch 8.2.3477 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.2.3477 (after 8.2.3476) Problem: Startup test fails on MS-Windows. Solution: Skip the test if not on Unix. Files: src/testdir/test_startup.vim *** ../vim-8.2.3476/src/testdir/test_startup.vim 2021-10-04 23:13:06.262424060 +0100 --- src/testdir/test_startup.vim 2021-10-05 01:12:46.542879616 +0100 *************** *** 1297,1302 **** --- 1297,1304 ---- endfunc func Test_rename_buffer_on_startup() + CheckUnix + let lines =<< trim END call writefile(['done'], 'Xresult') qa! *** ../vim-8.2.3476/src/version.c 2021-10-04 23:13:06.262424060 +0100 --- src/version.c 2021-10-05 01:19:34.785049907 +0100 *************** *** 759,760 **** --- 759,762 ---- { /* Add new patch number below this line */ + /**/ + 3477, /**/ -- hundred-and-one symptoms of being an internet addict: 96. On Super Bowl Sunday, you followed the score by going to the Yahoo main page instead of turning on the TV. /// 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 ///