commit | 9fb7b42935f13b5d3407eb82b151da1e9b4b6048 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Mar 05 21:13:26 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Mar 05 21:13:26 2022 +0000 |
tree | ee717c21805958cca820cfba8e4d4256e7730fed | |
parent | b2175220dafc28349b275ac7f3080f89cce78a57 [diff] [blame] |
patch 8.2.4515: old subsitute syntax is still supported Problem: Old subsitute syntax is still supported. Solution: Disallow using backslash after ":s" in Vim9 script.
diff --git a/src/version.c b/src/version.c index 238e627..4bbe08c 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4515, +/**/ 4514, /**/ 4513,