Zip hack unnecessary on Vim 7.4

This commit is contained in:
Tim Pope 2014-07-03 14:49:18 -04:00
parent ea15c81773
commit 1f36136346
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
" fireplace/zip.vim: zip.vim monkey patch to allow access from quickfix
" Maintainer: Tim Pope <http://tpo.pe>
if exists("g:loaded_zip") || &cp
if exists("g:loaded_zip") || &cp || v:version >= 704
finish
endif