To: vim_dev@googlegroups.com Subject: Patch 8.1.2098 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.1.2098 (after 8.1.2097) Problem: mksession test fails on MS-Windows. Solution: Skip testing with backslashes on MS-Windows. Files: src/testdir/test_mksession.vim *** ../vim-8.1.2097/src/testdir/test_mksession.vim 2019-09-28 19:08:41.679541071 +0200 --- src/testdir/test_mksession.vim 2019-09-28 19:28:30.865522014 +0200 *************** *** 565,570 **** --- 565,573 ---- " Test for changing backslash to forward slash in filenames func Test_mksession_slash() + if exists('+shellslash') + throw 'Skipped: cannot use backslash in file name' + endif enew %bwipe! e a\\b\\c *** ../vim-8.1.2097/src/version.c 2019-09-28 19:08:41.679541071 +0200 --- src/version.c 2019-09-28 19:28:55.221392854 +0200 *************** *** 755,756 **** --- 755,758 ---- { /* Add new patch number below this line */ + /**/ + 2098, /**/ -- Some say the world will end in fire; some say in segfaults. I say it will end in a curly bracket. /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org ///