Skip to content

Commit

Permalink
patch 9.1.0663: tests: zip test still resets 'shellslash' option
Browse files Browse the repository at this point in the history
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#15434

Signed-off-by: Christian Brabandt <[email protected]>
  • Loading branch information
chrisbra committed Aug 6, 2024
1 parent afea6b9 commit 91efcd1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/testdir/test_zip_plugin.vim
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down Expand Up @@ -134,6 +132,4 @@ def Test_zip_basic()

bw

&shellslash = _sl

enddef
2 changes: 2 additions & 0 deletions src/version.c
Original file line number Diff line number Diff line change
Expand Up @@ -704,6 +704,8 @@ static char *(features[]) =

static int included_patches[] =
{ /* Add new patch number below this line */
/**/
663,
/**/
662,
/**/
Expand Down

0 comments on commit 91efcd1

Please sign in to comment.