From: Sergey Matveev Date: Mon, 17 Feb 2025 07:11:03 +0000 (+0300) Subject: Update Vim X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=461c44d92110bb81c658cfb47a859d5778af1a38e429c3b6ff736af5d6429a42;p=bass.git Update Vim --- diff --git a/build/distfiles/.gitignore b/build/distfiles/.gitignore index d8e2234..6fe332b 100644 --- a/build/distfiles/.gitignore +++ b/build/distfiles/.gitignore @@ -245,7 +245,7 @@ /ucspi-tcp-0.88.tar.gz /unum-3.6-15.1.0.tar.gz /valgrind-3.23.0.tar.bz2 -/vim-v9.1.0988-2-gcd96075cd.tar.zst +/vim-v9.1.1117-1-g68ba6c2c6.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.0988-2-gcd96075cd.tar.zst.do b/build/distfiles/vim-v9.1.1117-1-g68ba6c2c6.tar.zst.do similarity index 85% rename from build/distfiles/vim-v9.1.0988-2-gcd96075cd.tar.zst.do rename to build/distfiles/vim-v9.1.1117-1-g68ba6c2c6.tar.zst.do index 8630947..d27563a 100644 --- a/build/distfiles/vim-v9.1.0988-2-gcd96075cd.tar.zst.do +++ b/build/distfiles/vim-v9.1.1117-1-g68ba6c2c6.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=cd96075cdee6b606c6e39aa1aed19b7cdc867df8 +commit=68ba6c2c6c165796225f321597341a464fd72b63 git fetch origin $commit >&2 git archive --prefix=${1%.tar.zst}/ $commit | $COMPRESSOR diff --git a/build/skel/editors/vim-v9.1.0988-2-gcd96075cd.do b/build/skel/editors/vim-v9.1.1117-1-g68ba6c2c6.do similarity index 100% rename from build/skel/editors/vim-v9.1.0988-2-gcd96075cd.do rename to build/skel/editors/vim-v9.1.1117-1-g68ba6c2c6.do