aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2024-08-07 07:34:27 +0800
committerGitHub <noreply@github.com>2024-08-07 07:34:27 +0800
commit0c99ce0e89515de218f2b4e5f270885045868e93 (patch)
tree09a0e962a671f5fcce0fbe3eaa1765e483688685 /test
parent9307a53c7bc30f9d17b6ab97e90d8a1b5fc313b2 (diff)
parent1937870114f5dd824a9bb61ee8dfd3be2acc5439 (diff)
downloadrneovim-0c99ce0e89515de218f2b4e5f270885045868e93.tar.gz
rneovim-0c99ce0e89515de218f2b4e5f270885045868e93.tar.bz2
rneovim-0c99ce0e89515de218f2b4e5f270885045868e93.zip
Merge pull request #29999 from zeertzjq/vim-a63f66e
vim-patch: zip plugin updates
Diffstat (limited to 'test')
-rw-r--r--test/old/testdir/test_zip_plugin.vim4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/old/testdir/test_zip_plugin.vim b/test/old/testdir/test_zip_plugin.vim
index 741e4ed91f..b214516e05 100644
--- a/test/old/testdir/test_zip_plugin.vim
+++ b/test/old/testdir/test_zip_plugin.vim
@@ -10,8 +10,6 @@ endif
runtime plugin/zipPlugin.vim
func Test_zip_basic()
- let _sl = &shellslash
- set noshellslash
"## get our zip file
if !filecopy("samples/test.zip", "X.zip")
@@ -134,6 +132,4 @@ func Test_zip_basic()
bw
- let &shellslash = _sl
-
endfunc