We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66f0e6c commit 37ac4a5Copy full SHA for 37ac4a5
2 files changed
src/testdir/test_mksession.vim
@@ -565,6 +565,9 @@ endfunc
565
566
" Test for changing backslash to forward slash in filenames
567
func Test_mksession_slash()
568
+ if exists('+shellslash')
569
+ throw 'Skipped: cannot use backslash in file name'
570
+ endif
571
enew
572
%bwipe!
573
e a\\b\\c
src/version.c
@@ -753,6 +753,8 @@ static char *(features[]) =
753
754
static int included_patches[] =
755
{ /* Add new patch number below this line */
756
+/**/
757
+ 2098,
758
/**/
759
2097,
760
0 commit comments