commit | 4c13721482d7786f92f5a56e43b0f5c499264b7e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Apr 19 16:48:48 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Apr 19 16:48:48 2021 +0200 |
tree | 2aae28c81b61721cb9ecc5d9aee66bb51d67e371 | |
parent | e8209b91b9974da95899b51dba4058b411d04d5b [diff] [blame] |
patch 8.2.2784: Vim9: cannot use \=expr in :substitute Problem: Vim9: cannot use \=expr in :substitute. Solution: Compile the expression into instructions and execute them when invoked.
diff --git a/src/version.c b/src/version.c index 9a2da2f..a43a2f4 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2784, +/**/ 2783, /**/ 2782,