commit | 8238f08838c0b481d0b14a741bc03f2e45c211d3 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Apr 20 21:10:48 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Apr 20 21:10:48 2021 +0200 |
tree | ba10a1e6685a38dd05ed8102b8680d2dc628c1fc | |
parent | 3f88e71fa2b8b1fc97f3c218989474ea8687d197 [diff] [blame] |
patch 8.2.2789: Vim9: using \=expr in :substitute does not handle jumps Problem: Vim9: using \=expr in :substitute does not handle jumps. Solution: Start with instruction count zero. (closes #8128)
diff --git a/src/version.c b/src/version.c index 1926724..86d6f36 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2789, +/**/ 2788, /**/ 2787,