From: Sergey Matveev Date: Wed, 9 Oct 2024 12:30:03 +0000 (+0300) Subject: Update Vim X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=b3fc07bd5df860e457e1f686a49144ad4d7a7bf5b08cf513c2b276ba8dea6332;p=bass.git Update Vim --- diff --git a/build/distfiles/.gitignore b/build/distfiles/.gitignore index 5ead1bb..dca9c8e 100644 --- a/build/distfiles/.gitignore +++ b/build/distfiles/.gitignore @@ -239,7 +239,7 @@ /ucspi-tcp-0.88-ipv6.diff20.bz2 /ucspi-tcp-0.88.tar.gz /valgrind-3.23.0.tar.bz2 -/vim-v9.1.0736.tar.zst +/vim-v9.1.0771.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.0736.tar.zst.do b/build/distfiles/vim-v9.1.0771.tar.zst.do similarity index 85% rename from build/distfiles/vim-v9.1.0736.tar.zst.do rename to build/distfiles/vim-v9.1.0771.tar.zst.do index f275d8b..133382f 100644 --- a/build/distfiles/vim-v9.1.0736.tar.zst.do +++ b/build/distfiles/vim-v9.1.0771.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=4298c5f472a05486d6e26988cf10f4d04c80afd2 +commit=0fe17f8ffbd2588ecd2bf42dced556897bc64f89 git fetch origin $commit >&2 git archive --prefix=${1%.tar.zst}/ $commit | $COMPRESSOR diff --git a/build/skel/editors/vim-v9.1.0736.do b/build/skel/editors/vim-v9.1.0771.do similarity index 100% rename from build/skel/editors/vim-v9.1.0736.do rename to build/skel/editors/vim-v9.1.0771.do