Skip to content

Commit 37ac4a5

Browse files
committed
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.
1 parent 66f0e6c commit 37ac4a5

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

src/testdir/test_mksession.vim

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -565,6 +565,9 @@ endfunc
565565

566566
" Test for changing backslash to forward slash in filenames
567567
func Test_mksession_slash()
568+
if exists('+shellslash')
569+
throw 'Skipped: cannot use backslash in file name'
570+
endif
568571
enew
569572
%bwipe!
570573
e a\\b\\c

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -753,6 +753,8 @@ static char *(features[]) =
753753

754754
static int included_patches[] =
755755
{ /* Add new patch number below this line */
756+
/**/
757+
2098,
756758
/**/
757759
2097,
758760
/**/

0 commit comments

Comments
 (0)