summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2022-09-24 14:49:07 +0100
committerBram Moolenaar <Bram@vim.org>2022-09-24 14:49:07 +0100
commit140f6d0eda7921f2f0b057ec38ed501240903fc3 (patch)
tree4b0e5f7f68c395e8fbe96fe1a1e870f97b80c55d /src/version.c
parent81fd3b2b4438e2751a1b79049827a5ee315ea38d (diff)
downloadvim-git-140f6d0eda7921f2f0b057ec38ed501240903fc3.tar.gz
patch 9.0.0574: timer garbage collect test hangs on Mac M1v9.0.0574
Problem: Timer garbage collect test hangs on Mac M1. Solution: Properly check for Mac M1 and skip the test.
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 442868712..5057877b9 100644
--- a/src/version.c
+++ b/src/version.c
@@ -700,6 +700,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 574,
+/**/
573,
/**/
572,