vim-patch:8.1.2098: mksession test fails on MS-Windows

Problem:    mksession test fails on MS-Windows.
Solution:   Skip testing with backslashes on MS-Windows.
37ac4a531c
This commit is contained in:
Jan Edmund Lazo
2020-08-09 17:05:22 -04:00
parent 0361909462
commit 4eb89e7f9b

View File

@@ -336,6 +336,9 @@ endfunc
" Test for changing backslash to forward slash in filenames " Test for changing backslash to forward slash in filenames
func Test_mksession_slash() func Test_mksession_slash()
if exists('+shellslash')
throw 'Skipped: cannot use backslash in file name'
endif
enew enew
%bwipe! %bwipe!
e a\\b\\c e a\\b\\c