]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
patch 9.1.0663: tests: zip test still resets 'shellslash' option v9.1.0663
authorChristian Brabandt <cb@256bit.org>
Mon, 5 Aug 2024 19:08:42 +0000 (21:08 +0200)
committerChristian Brabandt <cb@256bit.org>
Tue, 6 Aug 2024 18:19:50 +0000 (20:19 +0200)
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>
src/testdir/test_zip_plugin.vim
src/version.c

index 4e8eff4edf02cf0c17e49e7d66cd071b0c689707..3579a4653ab3681af0457ed50d554ec61ad54a49 100644 (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
index 3a6faeb539a6d9d7302795473633e1da4ba731d6..c4ade6f4f613d87c46f5cfbaa439bced6092402c 100644 (file)
@@ -704,6 +704,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    663,
 /**/
     662,
 /**/