mirror of
https://github.com/neovim/neovim.git
synced 2025-10-06 09:56:31 +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
|
||||
|
||||
func Test_mksession_rtp()
|
||||
if has('win32')
|
||||
" TODO: fix problem with backslashes
|
||||
return
|
||||
endif
|
||||
new
|
||||
set sessionoptions+=options
|
||||
let _rtp=&rtp
|
||||
|
Reference in New Issue
Block a user