mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
vim-patch:a336d8f: runtime(zip): increment base version of zip plugin
Problem: the zip plugin version is still v33
Solution: increment the version to v34
a336d8f21e
Co-authored-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
parent
92981c8e0b
commit
025920b330
@ -1,7 +1,7 @@
|
||||
" zip.vim: Handles browsing zipfiles
|
||||
" AUTOLOAD PORTION
|
||||
" Date: Aug 05, 2024
|
||||
" Version: 33
|
||||
" Version: 34
|
||||
" Maintainer: This runtime file is looking for a new maintainer.
|
||||
" Former Maintainer: Charles E Campbell
|
||||
" Last Change:
|
||||
@ -28,7 +28,7 @@
|
||||
if &cp || exists("g:loaded_zip")
|
||||
finish
|
||||
endif
|
||||
let g:loaded_zip= "v33"
|
||||
let g:loaded_zip= "v34"
|
||||
if v:version < 702
|
||||
echohl WarningMsg
|
||||
echomsg "***warning*** this version of zip needs vim 7.2 or later"
|
||||
|
Loading…
Reference in New Issue
Block a user