From 1f361363466efd2b6c4d6e68001bd0f53142d15a Mon Sep 17 00:00:00 2001 From: Tim Pope Date: Thu, 3 Jul 2014 14:49:18 -0400 Subject: [PATCH] Zip hack unnecessary on Vim 7.4 --- plugin/fireplace/zip.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/fireplace/zip.vim b/plugin/fireplace/zip.vim index 042de08..8f4543b 100644 --- a/plugin/fireplace/zip.vim +++ b/plugin/fireplace/zip.vim @@ -1,7 +1,7 @@ " fireplace/zip.vim: zip.vim monkey patch to allow access from quickfix " Maintainer: Tim Pope -if exists("g:loaded_zip") || &cp +if exists("g:loaded_zip") || &cp || v:version >= 704 finish endif