summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2022-09-27 15:55:43 +0100
committerBram Moolenaar <Bram@vim.org>2022-09-27 15:55:43 +0100
commitf802767df7b4532651fcf11d49e812ead32db45b (patch)
treeabd877478e97ff3d88eab3ffa1c797a5cf8899bd /src/version.c
parent524c853e5ef0392fcf28e449946e05e7e3046e67 (diff)
downloadvim-git-f802767df7b4532651fcf11d49e812ead32db45b.tar.gz
patch 9.0.0607: verbose echo message test fails on Mac OSv9.0.0607
Problem: Verbose echo message test fails on Mac OS. Solution: Skip the test on Mac OS.
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 5a4cb9f38..8e438af3c 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 */
/**/
+ 607,
+/**/
606,
/**/
605,