From 86fa72fa678e06616ab48d15b96d6cb8a87a82ae Mon Sep 17 00:00:00 2001 From: sthen Date: Fri, 17 Apr 2026 13:32:13 +0000 Subject: [PATCH] update to vim-9.2.357 --- editors/vim/Makefile | 2 +- editors/vim/distinfo | 4 ++-- editors/vim/patches/patch-runtime_autoload_tar_vim | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/editors/vim/Makefile b/editors/vim/Makefile index 0fa10b34d02..fc302df1c49 100644 --- a/editors/vim/Makefile +++ b/editors/vim/Makefile @@ -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 diff --git a/editors/vim/distinfo b/editors/vim/distinfo index f6d43782392..58fff794148 100644 --- a/editors/vim/distinfo +++ b/editors/vim/distinfo @@ -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 diff --git a/editors/vim/patches/patch-runtime_autoload_tar_vim b/editors/vim/patches/patch-runtime_autoload_tar_vim index ad321e9926a..435c668f6a0 100644 --- a/editors/vim/patches/patch-runtime_autoload_tar_vim +++ b/editors/vim/patches/patch-runtime_autoload_tar_vim @@ -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")