From: Sergey Matveev Date: Wed, 18 Sep 2024 08:43:42 +0000 (+0300) Subject: Update Vim X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=71affb9c3f74ab24e8e9b8f067ec0269b6aec67d48da44db4033ea16ef2765da;p=bass.git Update Vim --- diff --git a/build/distfiles/.gitignore b/build/distfiles/.gitignore index 4d9a3e1..3c535ef 100644 --- a/build/distfiles/.gitignore +++ b/build/distfiles/.gitignore @@ -236,7 +236,7 @@ /ucspi-tcp-0.88-ipv6.diff20.bz2 /ucspi-tcp-0.88.tar.gz /valgrind-3.23.0.tar.bz2 -/vim-v9.1.0664.tar.zst +/vim-v9.1.0736.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.0664.tar.zst.do b/build/distfiles/vim-v9.1.0736.tar.zst.do similarity index 85% rename from build/distfiles/vim-v9.1.0664.tar.zst.do rename to build/distfiles/vim-v9.1.0736.tar.zst.do index 625f1b4..f275d8b 100644 --- a/build/distfiles/vim-v9.1.0664.tar.zst.do +++ b/build/distfiles/vim-v9.1.0736.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=568cbc92a6637ef9272490fb0361adb73f158cfc +commit=4298c5f472a05486d6e26988cf10f4d04c80afd2 git fetch origin $commit >&2 git archive --prefix=${1%.tar.zst}/ $commit | $COMPRESSOR diff --git a/build/skel/editors/vim-v9.1.0664.do b/build/skel/editors/vim-v9.1.0736.do similarity index 100% rename from build/skel/editors/vim-v9.1.0664.do rename to build/skel/editors/vim-v9.1.0736.do