update to vim-9.2.357

This commit is contained in:
sthen
2026-04-17 13:32:13 +00:00
parent c8d98c2b4c
commit 86fa72fa67
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ COMMENT= vi clone with many additional features
# careful with PLISTs if updating; normally use a gui flavour, not no_x11
# if there are new languages for manpages, "make fix-plist" will add the
# ${GUI_ONLY} markers as needed for gui-only tools.
V= 9.2.0323
V= 9.2.0357
GH_ACCOUNT= vim
GH_PROJECT= vim
+2 -2
View File
@@ -1,2 +1,2 @@
SHA256 (vim-9.2.0323.tar.gz) = kMU7Oxu5Dsu6Ee9JnGGf9+ZDDfJMg+kQMWjpxUJK3Wo=
SIZE (vim-9.2.0323.tar.gz) = 19868336
SHA256 (vim-9.2.0357.tar.gz) = Fk981zi9Fg3vio2vfNJR2PxctY0Ar2J+g4JoUCE3pW4=
SIZE (vim-9.2.0357.tar.gz) = 19898653
@@ -1,7 +1,7 @@
Index: runtime/autoload/tar.vim
--- runtime/autoload/tar.vim.orig
+++ runtime/autoload/tar.vim
@@ -57,7 +57,7 @@ if !exists("g:tar_readoptions")
@@ -60,7 +60,7 @@ if !exists("g:tar_readoptions")
let g:tar_readoptions= "pxf"
endif
if !exists("g:tar_cmd")