From: Sergey Matveev Date: Fri, 6 Feb 2026 10:25:09 +0000 (+0300) Subject: Update Vim X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=9322cf87a5934d72955a214d921058b140805a9e2f3cbc4fcecdcf693fb5ac6e;p=bass.git Update Vim --- diff --git a/build/distfiles/.gitignore b/build/distfiles/.gitignore index 52de035..e1bcfd9 100644 --- a/build/distfiles/.gitignore +++ b/build/distfiles/.gitignore @@ -263,7 +263,7 @@ /unbound-1.24.2.tar.gz /unum-3.6-15.1.0.tar.gz /valgrind-3.26.0.tar.bz2 -/vim-v9.1.1845.tar.zst +/vim-v9.1.2135.tar.zst /vim.git/ /vnstat-2.13.tar.gz /vorbis-tools-1.4.3.tar.gz diff --git a/build/distfiles/vim-v9.1.1845.tar.zst.do b/build/distfiles/vim-v9.1.2135.tar.zst.do similarity index 85% rename from build/distfiles/vim-v9.1.1845.tar.zst.do rename to build/distfiles/vim-v9.1.2135.tar.zst.do index b534cbc..db30a2b 100644 --- a/build/distfiles/vim-v9.1.1845.tar.zst.do +++ b/build/distfiles/vim-v9.1.2135.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=35a795bd47e08f7c7284144fb5b3942996b3672c +commit=43734a156331836532fdb7a8af0888a0cf2c6d03 git fetch origin $commit >&2 git archive --prefix=${1%.tar.zst}/ $commit | $COMPRESSOR diff --git a/build/skel/editors/vim-v9.1.1845.do b/build/skel/editors/vim-v9.1.2135.do similarity index 100% rename from build/skel/editors/vim-v9.1.1845.do rename to build/skel/editors/vim-v9.1.2135.do