Skip to content

Commit

Permalink
runtime(zip): increment base version of zip plugin
Browse files Browse the repository at this point in the history
Problem:  the zip plugin version is still v33
Solution: increment the version to v34

Signed-off-by: Christian Brabandt <[email protected]>
  • Loading branch information
chrisbra committed Aug 6, 2024
1 parent e1044fb commit a336d8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions runtime/autoload/zip.vim
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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 < 900
echohl WarningMsg
echomsg "***warning*** this version of zip needs vim 9.0 or later"
Expand Down

0 comments on commit a336d8f

Please sign in to comment.