From: Sergey Matveev Date: Wed, 2 Apr 2025 07:05:40 +0000 (+0300) Subject: Update Vim X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=1926c1a4f7c17cac0f5b556d2026d27b0e0b814d1019d11fd86606c25567d746;p=bass.git Update Vim --- diff --git a/build/distfiles/.gitignore b/build/distfiles/.gitignore index ace25a4..4ca0ccc 100644 --- a/build/distfiles/.gitignore +++ b/build/distfiles/.gitignore @@ -250,7 +250,7 @@ /ucspi-tcp-0.88.tar.gz /unum-3.6-15.1.0.tar.gz /valgrind-3.23.0.tar.bz2 -/vim-v9.1.1218.tar.zst +/vim-v9.1.1267.tar.zst /vim.git/ /vorbis-tools-1.4.2.tar.gz /wavpack-5.7.0.tar.xz diff --git a/build/distfiles/vim-v9.1.1218.tar.zst.do b/build/distfiles/vim-v9.1.1267.tar.zst.do similarity index 85% rename from build/distfiles/vim-v9.1.1218.tar.zst.do rename to build/distfiles/vim-v9.1.1267.tar.zst.do index a53b1db..ab89665 100644 --- a/build/distfiles/vim-v9.1.1218.tar.zst.do +++ b/build/distfiles/vim-v9.1.1267.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=c00729824d6d335994252a462cc78be52b76f85b +commit=de8f8f732ac1bcf69899df6ffd27dca9a4e66f3c git fetch origin $commit >&2 git archive --prefix=${1%.tar.zst}/ $commit | $COMPRESSOR diff --git a/build/skel/editors/vim-v9.1.1218.do b/build/skel/editors/vim-v9.1.1267.do similarity index 100% rename from build/skel/editors/vim-v9.1.1218.do rename to build/skel/editors/vim-v9.1.1267.do