commit | 5f7d4c049e934dbc8d2c3f2720797c10ee3c55c2 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed May 05 21:31:39 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed May 05 21:31:39 2021 +0200 |
tree | 8cec3547676e6a7264b99df6e598445b9fb6ec2c | |
parent | 3a00659db740ebcf0be6153b47a5734eea4a18ba [diff] [blame] |
patch 8.2.2834: Vim9: :cexpr does not work with local variables Problem: Vim9: :cexpr does not work with local variables. Solution: Compile :cexpr.
diff --git a/src/version.c b/src/version.c index 9336576..101036f 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2834, +/**/ 2833, /**/ 2832,