commit | dee37dc733df444df1950eb922a35560e4b113d6 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Feb 07 16:40:05 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Feb 07 16:40:05 2021 +0100 |
tree | d2f8d26934b53a60da5b5a2cd19ca56f02745c91 | |
parent | 6628b7ebff1cfcb476ce96852a7d2b095872826c [diff] [blame] |
patch 8.2.2484: Vim9: Cannot use a comment starting with #{ Problem: Vim9: Cannot use a comment starting with #{ after an expression. Solution: Remove the check for "{" since #{ dictionaries are not supported.
diff --git a/src/version.c b/src/version.c index 4c53107..cbef3da 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2484, +/**/ 2483, /**/ 2482,