diff --git a/plugin/fireplace/zip.vim b/plugin/fireplace/zip.vim index 8f4543b..d461980 100644 --- a/plugin/fireplace/zip.vim +++ b/plugin/fireplace/zip.vim @@ -1,4 +1,4 @@ -" fireplace/zip.vim: zip.vim monkey patch to allow access from quickfix +" plugin/fireplace/zip.vim " Maintainer: Tim Pope if exists("g:loaded_zip") || &cp || v:version >= 704 @@ -7,7 +7,8 @@ endif runtime! autoload/zip.vim -" Copied and pasted verbatim from autoload/zip.vim. +" Patched to allow loading from the quickfix list. The version that ships +" with Vim 7.4 already has this change. fun! zip#Read(fname,mode) " call Dfunc("zip#Read(fname<".a:fname.">,mode=".a:mode.")")