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 -- [email protected] -- 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 ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/201909281729.x8SHTZdp007802%40masaka.moolenaar.net.