From: Sergey Matveev Date: Sat, 28 Feb 2026 09:20:53 +0000 (+0300) Subject: Update Vim X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=7a1a85c17d0af39b77a5cef4d4160181ae0476a4d9496405fa60d426d869bec0;p=bass.git Update Vim --- diff --git a/build/distfiles/.gitignore b/build/distfiles/.gitignore index 97f2dac..07b5ca0 100644 --- a/build/distfiles/.gitignore +++ b/build/distfiles/.gitignore @@ -265,7 +265,7 @@ /unbound-1.24.2.tar.gz /unum-3.6-15.1.0.tar.gz /valgrind-3.26.0.tar.bz2 -/vim-v9.2.0000.tar.zst +/vim-v9.2.0078.tar.zst /vim.git/ /vnstat-2.13.tar.gz /vorbis-tools-1.4.3.tar.gz diff --git a/build/distfiles/vim-v9.2.0000.tar.zst.do b/build/distfiles/vim-v9.2.0078.tar.zst.do similarity index 85% rename from build/distfiles/vim-v9.2.0000.tar.zst.do rename to build/distfiles/vim-v9.2.0078.tar.zst.do index a576aa8..18db867 100644 --- a/build/distfiles/vim-v9.2.0000.tar.zst.do +++ b/build/distfiles/vim-v9.2.0078.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=ae86d7f73f5189af4f3df3a69c1c81ce5a54fb5e +commit=9b514fcc1edfaea20e05badd746f98dfb25ca1a7 git fetch origin $commit >&2 git archive --prefix=${1%.tar.zst}/ $commit | $COMPRESSOR diff --git a/build/skel/editors/vim-v9.2.0000.do b/build/skel/editors/vim-v9.2.0078.do similarity index 100% rename from build/skel/editors/vim-v9.2.0000.do rename to build/skel/editors/vim-v9.2.0078.do