mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
vim-patch:9.1.0663: tests: zip test still resets 'shellslash' option
Problem: tests: zip test still resets 'shellslash' option
Solution: Remove resetting the 'shellslash' option, the zip
plugin should now be able to handle this options
closes: vim/vim#15434
91efcd115e
Co-authored-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
parent
450d49660f
commit
1937870114
@ -10,8 +10,6 @@ endif
|
|||||||
runtime plugin/zipPlugin.vim
|
runtime plugin/zipPlugin.vim
|
||||||
|
|
||||||
func Test_zip_basic()
|
func Test_zip_basic()
|
||||||
let _sl = &shellslash
|
|
||||||
set noshellslash
|
|
||||||
|
|
||||||
"## get our zip file
|
"## get our zip file
|
||||||
if !filecopy("samples/test.zip", "X.zip")
|
if !filecopy("samples/test.zip", "X.zip")
|
||||||
@ -134,6 +132,4 @@ func Test_zip_basic()
|
|||||||
|
|
||||||
bw
|
bw
|
||||||
|
|
||||||
let &shellslash = _sl
|
|
||||||
|
|
||||||
endfunc
|
endfunc
|
||||||
|
Loading…
Reference in New Issue
Block a user