# HG changeset patch # User Bram Moolenaar # Date 1678050002 -3600 # Node ID f6bfcc31dcbc8226cc1be7febff4cb8d57e5b93d # Parent 2065b5d6a4eb4ccf292cf69beada792a3945acec patch 9.0.1384: setting HOMEBREW_NO_AUTO_UPDATE is not needed with version 4 Commit: https://github.com/vim/vim/commit/b0b6b8b07eaeac5a22370d2b8ecefb6dd026c541 Author: Philip H <47042125+pheiduck@users.noreply.github.com> Date: Sun Mar 5 20:56:34 2023 +0000 patch 9.0.1384: setting HOMEBREW_NO_AUTO_UPDATE is not needed with version 4 Problem: Setting HOMEBREW_NO_AUTO_UPDATE is not needed with Homebew version 4. Solution: Remove setting HOMEBREW_NO_AUTO_UPDATE. (closes #12008) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -299,8 +299,6 @@ jobs: - name: Install packages if: matrix.features == 'huge' - env: - HOMEBREW_NO_AUTO_UPDATE: 1 run: | brew install lua echo "LUA_PREFIX=/usr/local" >> $GITHUB_ENV diff --git a/src/version.c b/src/version.c --- a/src/version.c +++ b/src/version.c @@ -696,6 +696,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1384, +/**/ 1383, /**/ 1382,