Mercurial > vim
comparison src/version.c @ 32106:f6bfcc31dcbc v9.0.1384
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)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Sun, 05 Mar 2023 22:00:02 +0100 |
parents | 5a1113ece237 |
children | cbf0ed5c83d0 |
comparison
equal
deleted
inserted
replaced
32105:2065b5d6a4eb | 32106:f6bfcc31dcbc |
---|---|
693 NULL | 693 NULL |
694 }; | 694 }; |
695 | 695 |
696 static int included_patches[] = | 696 static int included_patches[] = |
697 { /* Add new patch number below this line */ | 697 { /* Add new patch number below this line */ |
698 /**/ | |
699 1384, | |
698 /**/ | 700 /**/ |
699 1383, | 701 1383, |
700 /**/ | 702 /**/ |
701 1382, | 703 1382, |
702 /**/ | 704 /**/ |