commit | f3b4895f2727e3849ca10030b251cccd9d1383f3 | [log] [tgz] |
---|---|---|
author | LemonBoy <thatlemon@gmail.com> | Thu May 05 13:53:03 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu May 05 13:53:03 2022 +0100 |
tree | 97af9696abeba219135a0baf1947058cd4d5d995 | |
parent | e442d59f6d6732c226d636067c07b7342838b36b [diff] [blame] |
patch 8.2.4870: Vim9: expression in :substitute is not compiled Problem: Vim9: expression in :substitute is not compiled. Solution: Use an INSTR instruction if possible. (closes #10334)
diff --git a/src/version.c b/src/version.c index 1237ebf..3f7825e 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4870, +/**/ 4869, /**/ 4868,