runtime(zip): increment base version of zip plugin
Commit:
https://github.com/vim/vim/commit/a336d8f21e4cce877e23d47db238801a5a406992
Author: Christian Brabandt <[email protected]>
Date: Mon Aug 5 21:26:46 2024 +0200
runtime(zip): increment base version of zip plugin
Problem: the zip plugin version is still v33
Solution: increment the version to v34
Signed-off-by: Christian Brabandt <[email protected]>
diff --git a/runtime/autoload/zip.vim b/runtime/autoload/zip.vim
index e51310ab5..036c687d8 100644
--- a/runtime/autoload/zip.vim
+++ b/runtime/autoload/zip.vim
@@ -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"
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/E1sbOwi-001kEu-Ne%40256bit.org.