1
0
forked from aniani/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: #15434

Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
Christian Brabandt
2024-08-05 21:08:42 +02:00
parent afea6b9468
commit 91efcd115e
2 changed files with 2 additions and 4 deletions

View File

@@ -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

View File

@@ -704,6 +704,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
663,
/**/
662,
/**/