Patch 8.1.2098

9 views
Skip to first unread message

Bram Moolenaar

unread,
Sep 28, 2019, 1:29:43 PM9/28/19
to vim...@googlegroups.com

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 -- Br...@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 ///
Reply all
Reply to author
Forward
0 new messages