Skip to content

Commit 681b6bc

Browse files
committed
patch 8.1.0816: test for 'runtimepath' in session fails on MS-Windows
Problem: Test for 'runtimepath' in session fails on MS-Windows. Solution: Skip the test for now.
1 parent 5e66b42 commit 681b6bc

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

src/testdir/test_mksession.vim

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,10 @@ func Test_mksession_large_winheight()
127127
endfunc
128128

129129
func Test_mksession_rtp()
130+
if has('win32')
131+
" TODO: fix problem with backslashes
132+
return
133+
endif
130134
new
131135
let _rtp=&rtp
132136
" Make a real long (invalid) runtimepath value,

src/version.c

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

788788
static int included_patches[] =
789789
{ /* Add new patch number below this line */
790+
/**/
791+
816,
790792
/**/
791793
815,
792794
/**/

0 commit comments

Comments
 (0)