From: Sergey Matveev Date: Fri, 7 Mar 2025 11:21:56 +0000 (+0300) Subject: Update Vim X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=567060e953880c2fbb0cb23b710f320e69d7415196c7fbda376b0c8e921e20f9;p=bass.git Update Vim --- diff --git a/build/distfiles/.gitignore b/build/distfiles/.gitignore index bc10137..ba41a4e 100644 --- a/build/distfiles/.gitignore +++ b/build/distfiles/.gitignore @@ -246,7 +246,7 @@ /ucspi-tcp-0.88.tar.gz /unum-3.6-15.1.0.tar.gz /valgrind-3.23.0.tar.bz2 -/vim-v9.1.1117-1-g68ba6c2c6.tar.zst +/vim-v9.1.1179.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.1117-1-g68ba6c2c6.tar.zst.do b/build/distfiles/vim-v9.1.1179.tar.zst.do similarity index 85% rename from build/distfiles/vim-v9.1.1117-1-g68ba6c2c6.tar.zst.do rename to build/distfiles/vim-v9.1.1179.tar.zst.do index d27563a..e83a9fc 100644 --- a/build/distfiles/vim-v9.1.1117-1-g68ba6c2c6.tar.zst.do +++ b/build/distfiles/vim-v9.1.1179.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=68ba6c2c6c165796225f321597341a464fd72b63 +commit=4a1e6dacbb2cc833353983bea7eac38191c9d3b4 git fetch origin $commit >&2 git archive --prefix=${1%.tar.zst}/ $commit | $COMPRESSOR diff --git a/build/skel/editors/vim-v9.1.1117-1-g68ba6c2c6.do b/build/skel/editors/vim-v9.1.1179.do similarity index 100% rename from build/skel/editors/vim-v9.1.1117-1-g68ba6c2c6.do rename to build/skel/editors/vim-v9.1.1179.do