commit | 93f82cbee515e13b564f51ddcd5e3d6694358ba4 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Dec 12 21:25:56 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Dec 12 21:25:56 2020 +0100 |
tree | 18f9ff8d170e80e3e90d2d6ef98817d9f243649f | |
parent | 57f799e6a4a56f41570c752c66dc2f692b1f2c2f [diff] [blame] |
patch 8.2.2135: Vim9: #{ still seen as start of dict in some places Problem: Vim9: #{ still seen as start of dict in some places. Solution: Remove check for { after #. (closes #7456)
diff --git a/src/version.c b/src/version.c index f4211ef..7f78742 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2135, +/**/ 2134, /**/ 2133,