From: Sergey Matveev Date: Sat, 14 Feb 2026 20:27:58 +0000 (+0300) Subject: Update Vim X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=5c3d8b28ebdfe3d6233dbc9978ff081de231f67f140f8deaee318a21a9b9c5ad;p=bass.git Update Vim --- 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