From: Sergey Matveev Date: Tue, 18 Mar 2025 10:46:20 +0000 (+0300) Subject: Update Vim X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=fc350992f448b236cfa751ca7da50fd0cdfc440679e7240e238e3e8fd33d51a3;p=bass.git Update Vim --- diff --git a/build/distfiles/.gitignore b/build/distfiles/.gitignore index f0ff559..e4aca4d 100644 --- a/build/distfiles/.gitignore +++ b/build/distfiles/.gitignore @@ -248,7 +248,7 @@ /ucspi-tcp-0.88.tar.gz /unum-3.6-15.1.0.tar.gz /valgrind-3.23.0.tar.bz2 -/vim-v9.1.1179.tar.zst +/vim-v9.1.1218.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.1179.tar.zst.do b/build/distfiles/vim-v9.1.1218.tar.zst.do similarity index 85% rename from build/distfiles/vim-v9.1.1179.tar.zst.do rename to build/distfiles/vim-v9.1.1218.tar.zst.do index e83a9fc..a53b1db 100644 --- a/build/distfiles/vim-v9.1.1179.tar.zst.do +++ b/build/distfiles/vim-v9.1.1218.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=4a1e6dacbb2cc833353983bea7eac38191c9d3b4 +commit=c00729824d6d335994252a462cc78be52b76f85b git fetch origin $commit >&2 git archive --prefix=${1%.tar.zst}/ $commit | $COMPRESSOR diff --git a/build/skel/editors/vim-v9.1.1179.do b/build/skel/editors/vim-v9.1.1218.do similarity index 100% rename from build/skel/editors/vim-v9.1.1179.do rename to build/skel/editors/vim-v9.1.1218.do