commit | 3a393790a4fd7a5edcafbb55cd79438b6e641714 | [log] [tgz] |
---|---|---|
author | Dominique Pelle <dominique.pelle@gmail.com> | Thu Jul 14 17:40:49 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jul 14 17:40:49 2022 +0100 |
tree | 1aaec551dc7b43fef956f09b8d81e97eef1d9efe | |
parent | 2ebcc35826bc2deb04e5fc6d73332f55783e7f52 [diff] [blame] |
patch 9.0.0053: E1281 not tested with the old regexp engine Problem: E1281 not tested with the old regexp engine. Solution: Loop over the values of 'regexp'. (Dominique Pellé, closes #10695)
diff --git a/src/version.c b/src/version.c index 3c4e96c..9e7a988 100644 --- a/src/version.c +++ b/src/version.c
@@ -736,6 +736,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 53, +/**/ 52, /**/ 51,