0
0
mirror of https://github.com/vim/vim.git synced 2025-10-10 06:24:10 -04:00

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.
This commit is contained in:
Bram Moolenaar
2019-01-24 22:23:58 +01:00
parent 5e66b42aae
commit 681b6bc86c
2 changed files with 6 additions and 0 deletions

View File

@@ -127,6 +127,10 @@ func Test_mksession_large_winheight()
endfunc
func Test_mksession_rtp()
if has('win32')
" TODO: fix problem with backslashes
return
endif
new
let _rtp=&rtp
" Make a real long (invalid) runtimepath value,

View File

@@ -787,6 +787,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
816,
/**/
815,
/**/