commit | 916d6dd5b1834293e21a72ef70175aae57e78fba | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue May 09 21:45:47 2023 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue May 09 21:45:47 2023 +0100 |
tree | b49fee5748454e5d657de617f8bedc95b3a0be42 | |
parent | 6f37e530d3e2d58ff055723047bf91d91af2632c [diff] [blame] |
patch 9.0.1534: test for expanding "~" in substitute takes too long Problem: Test for expanding "~" in substitute takes too long. Solution: Disable the test for now.
diff --git a/src/version.c b/src/version.c index 97530bf..1665096 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1534, +/**/ 1533, /**/ 1532,