summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2023-05-09 21:45:47 +0100
committerBram Moolenaar <Bram@vim.org>2023-05-09 21:45:47 +0100
commit916d6dd5b1834293e21a72ef70175aae57e78fba (patch)
treeb49fee5748454e5d657de617f8bedc95b3a0be42 /src/version.c
parent6f37e530d3e2d58ff055723047bf91d91af2632c (diff)
patch 9.0.1534: test for expanding "~" in substitute takes too longv9.0.1534
Problem: Test for expanding "~" in substitute takes too long. Solution: Disable the test for now.
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 97530bfa8c..1665096443 100644
--- 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 */
/**/
+ 1534,
+/**/
1533,
/**/
1532,