diff src/version.c @ 32405:a258b40ad561 v9.0.1534

patch 9.0.1534: test for expanding "~" in substitute takes too long Commit: https://github.com/vim/vim/commit/916d6dd5b1834293e21a72ef70175aae57e78fba Author: Bram Moolenaar <Bram@vim.org> Date: Tue May 9 21:45:47 2023 +0100 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.
author Bram Moolenaar <Bram@vim.org>
date Tue, 09 May 2023 23:00:04 +0200
parents 1b0ade08ec91
children d6b579475543
line wrap: on
line diff
--- 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,