Commit: runtime(zip): revert unintended change to zip#Write()

5 views
Skip to first unread message

Christian Brabandt

unread,
Jun 15, 2024, 10:15:10 AM (12 days ago) Jun 15
to vim...@googlegroups.com
runtime(zip): revert unintended change to zip#Write()

Commit: https://github.com/vim/vim/commit/52f2ff03636fe120f3c9d00e9b3cdc1da251bd73
Author: Christian Brabandt <c...@256bit.org>
Date: Sat Jun 15 16:05:35 2024 +0200

runtime(zip): revert unintended change to zip#Write()

This was wrongly included as of patch 1c6734291295bf8aa39577840b40bb
because apparently I messed up the use of git apply :/

Signed-off-by: Christian Brabandt <c...@256bit.org>

diff --git a/runtime/autoload/zip.vim b/runtime/autoload/zip.vim
index fdd1a155f..d0e706e83 100644
--- a/runtime/autoload/zip.vim
+++ b/runtime/autoload/zip.vim
@@ -307,7 +307,6 @@ fun! zip#Write(fname)
if has("unix")
let zipfile = substitute(a:fname,'zipfile://\(.\{-}\)::[^\].*$',' ','')
let fname = substitute(a:fname,'zipfile://.\{-}::\([^\].*\)$',' ','')
- let fname = fnameescape(fname)
else
let zipfile = substitute(a:fname,'^.\{-}zipfile://\(.\{-}\)::[^\].*$',' ','')
let fname = substitute(a:fname,'^.\{-}zipfile://.\{-}::\([^\].*\)$',' ','')
Reply all
Reply to author
Forward
0 new messages