mirror of
https://github.com/neovim/neovim.git
synced 2025-10-06 01:46:29 +00:00
vim-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.
681b6bc86c
This commit is contained in:
@@ -123,6 +123,10 @@ func Test_mksession_large_winheight()
|
|||||||
endfunc
|
endfunc
|
||||||
|
|
||||||
func Test_mksession_rtp()
|
func Test_mksession_rtp()
|
||||||
|
if has('win32')
|
||||||
|
" TODO: fix problem with backslashes
|
||||||
|
return
|
||||||
|
endif
|
||||||
new
|
new
|
||||||
set sessionoptions+=options
|
set sessionoptions+=options
|
||||||
let _rtp=&rtp
|
let _rtp=&rtp
|
||||||
|
Reference in New Issue
Block a user