]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
runtime(zip): increment base version of zip plugin
authorChristian Brabandt <cb@256bit.org>
Mon, 5 Aug 2024 19:26:46 +0000 (21:26 +0200)
committerChristian Brabandt <cb@256bit.org>
Tue, 6 Aug 2024 18:19:49 +0000 (20:19 +0200)
Problem:  the zip plugin version is still v33
Solution: increment the version to v34

Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/autoload/zip.vim

index e51310ab5c65b7a2294591d32df2244e159ff233..036c687d88ef523196b7258dc6dfe4484b14a32e 100644 (file)
@@ -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 < 900
  echohl WarningMsg
  echomsg "***warning*** this version of zip needs vim 9.0 or later"