From 5c3d8b28ebdfe3d6233dbc9978ff081de231f67f140f8deaee318a21a9b9c5ad Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Sat, 14 Feb 2026 23:27:58 +0300 Subject: [PATCH] Update Vim --- build/distfiles/.gitignore | 2 +- .../{vim-v9.1.2135.tar.zst.do => vim-v9.2.0000.tar.zst.do} | 2 +- build/skel/editors/{vim-v9.1.2135.do => vim-v9.2.0000.do} | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename build/distfiles/{vim-v9.1.2135.tar.zst.do => vim-v9.2.0000.tar.zst.do} (85%) rename build/skel/editors/{vim-v9.1.2135.do => vim-v9.2.0000.do} (100%) diff --git a/build/distfiles/.gitignore b/build/distfiles/.gitignore index c2488e9..4baf43f 100644 --- a/build/distfiles/.gitignore +++ b/build/distfiles/.gitignore @@ -264,7 +264,7 @@ /unbound-1.24.2.tar.gz /unum-3.6-15.1.0.tar.gz /valgrind-3.26.0.tar.bz2 -/vim-v9.1.2135.tar.zst +/vim-v9.2.0000.tar.zst /vim.git/ /vnstat-2.13.tar.gz /vorbis-tools-1.4.3.tar.gz diff --git a/build/distfiles/vim-v9.1.2135.tar.zst.do b/build/distfiles/vim-v9.2.0000.tar.zst.do similarity index 85% rename from build/distfiles/vim-v9.1.2135.tar.zst.do rename to build/distfiles/vim-v9.2.0000.tar.zst.do index db30a2b..a576aa8 100644 --- a/build/distfiles/vim-v9.1.2135.tar.zst.do +++ b/build/distfiles/vim-v9.2.0000.tar.zst.do @@ -2,6 +2,6 @@ sname=$1.do . "$BASS_ROOT"/lib/rc [ -d vim.git ] || git clone --depth 1 --bare https://github.com/vim/vim.git >&2 cd vim.git -commit=43734a156331836532fdb7a8af0888a0cf2c6d03 +commit=ae86d7f73f5189af4f3df3a69c1c81ce5a54fb5e git fetch origin $commit >&2 git archive --prefix=${1%.tar.zst}/ $commit | $COMPRESSOR diff --git a/build/skel/editors/vim-v9.1.2135.do b/build/skel/editors/vim-v9.2.0000.do similarity index 100% rename from build/skel/editors/vim-v9.1.2135.do rename to build/skel/editors/vim-v9.2.0000.do -- 2.52.0