From b3fc07bd5df860e457e1f686a49144ad4d7a7bf5b08cf513c2b276ba8dea6332 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Wed, 9 Oct 2024 15:30:03 +0300 Subject: [PATCH] Update Vim --- build/distfiles/.gitignore | 2 +- .../{vim-v9.1.0736.tar.zst.do => vim-v9.1.0771.tar.zst.do} | 2 +- build/skel/editors/{vim-v9.1.0736.do => vim-v9.1.0771.do} | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename build/distfiles/{vim-v9.1.0736.tar.zst.do => vim-v9.1.0771.tar.zst.do} (85%) rename build/skel/editors/{vim-v9.1.0736.do => vim-v9.1.0771.do} (100%) 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 -- 2.48.1