From: Sergey Matveev Date: Tue, 12 Aug 2025 06:42:13 +0000 (+0300) Subject: Update Vim X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=42bc62482a3df1c76c957ec0bb8c323fd1d0658244e23124fdd0581d2f09d41a;p=bass.git Update Vim --- diff --git a/build/distfiles/.gitignore b/build/distfiles/.gitignore index e8757c6..c1d7314 100644 --- a/build/distfiles/.gitignore +++ b/build/distfiles/.gitignore @@ -254,7 +254,7 @@ /ucspi-tcp-0.88.tar.gz /unum-3.6-15.1.0.tar.gz /valgrind-3.23.0.tar.bz2 -/vim-v9.1.1552.tar.zst +/vim-v9.1.1623.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.1552.tar.zst.do b/build/distfiles/vim-v9.1.1623.tar.zst.do similarity index 85% rename from build/distfiles/vim-v9.1.1552.tar.zst.do rename to build/distfiles/vim-v9.1.1623.tar.zst.do index 6fbd5c6..a8c64d6 100644 --- a/build/distfiles/vim-v9.1.1552.tar.zst.do +++ b/build/distfiles/vim-v9.1.1623.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=03398ed8b38678c29d1098cba494b4214758fbb1 +commit=2c0c7d210c84a49107fa2371c170aba0fe6ab730 git fetch origin $commit >&2 git archive --prefix=${1%.tar.zst}/ $commit | $COMPRESSOR diff --git a/build/skel/editors/vim-v9.1.1552.do b/build/skel/editors/vim-v9.1.1623.do similarity index 100% rename from build/skel/editors/vim-v9.1.1552.do rename to build/skel/editors/vim-v9.1.1623.do