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:
@@ -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,
|
||||
|
@@ -787,6 +787,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
816,
|
||||
/**/
|
||||
815,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user