mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06: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:
parent
2f27d37517
commit
a0a433dffc
@ -123,6 +123,10 @@ func Test_mksession_large_winheight()
|
||||
endfunc
|
||||
|
||||
func Test_mksession_rtp()
|
||||
if has('win32')
|
||||
" TODO: fix problem with backslashes
|
||||
return
|
||||
endif
|
||||
new
|
||||
set sessionoptions+=options
|
||||
let _rtp=&rtp
|
||||
|
Loading…
Reference in New Issue
Block a user