commit | 4b3e1964d85a25ac7b2202094d1abf27ab93cc23 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Mar 18 21:37:55 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Mar 18 21:37:55 2021 +0100 |
tree | e0a0c2fa156ce0ac2e884d02d873fb9c249aa2e2 | |
parent | 5f91e74bf968c9033474086b2d9cb457281c8aa6 [diff] [blame] |
patch 8.2.2620: Vim9: Using #{ for a dictionary gives strange errors Problem: Vim9: Using #{ for a dictionary gives strange errors. Solution: Give an error when using #{ for a comment after a command.
diff --git a/src/version.c b/src/version.c index 74eec46..dfc0f03 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2620, +/**/ 2619, /**/ 2618,