patch 9.1.0663: tests: zip test still resets 'shellslash' option
Commit:
https://github.com/vim/vim/commit/91efcd115e700725b9ebded0f5d7bc0d3fa98d9d
Author: Christian Brabandt <[email protected]>
Date: Mon Aug 5 21:08:42 2024 +0200
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: #15434
Signed-off-by: Christian Brabandt <[email protected]>
diff --git a/src/testdir/test_zip_plugin.vim b/src/testdir/test_zip_plugin.vim
index 4e8eff4ed..3579a4653 100644
--- a/src/testdir/test_zip_plugin.vim
+++ b/src/testdir/test_zip_plugin.vim
@@ -10,8 +10,6 @@ endif
runtime plugin/zipPlugin.vim
def Test_zip_basic()
- var _sl = &shellslash
- set noshellslash
### get our zip file
if !filecopy("samples/test.zip", "X.zip")
@@ -134,6 +132,4 @@ def Test_zip_basic()
bw
- &shellslash = _sl
-
enddef
diff --git a/src/version.c b/src/version.c
index 3a6faeb53..c4ade6f4f 100644
--- a/src/version.c
+++ b/src/version.c
@@ -704,6 +704,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 663,
/**/
662,
/**/
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/E1sbOwl-001kGK-2L%40256bit.org.