commit | 2bede173a177e227e6224a8713f5b88a38d011af | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Nov 19 18:53:18 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Nov 19 18:53:18 2020 +0100 |
tree | 6e06ae9f20258220b8b41a66f915f230d7c25148 | |
parent | ee8b787bcd15f63a938243770065e704c9b5c85f [diff] [blame] |
patch 8.2.2015: Vim9: literal dict #{} is not like any other language Problem: Vim9: literal dict #{} is not like any other language. Solution: Support the JavaScript syntax.
diff --git a/src/version.c b/src/version.c index 55dcf0d..1170a7f 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2015, +/**/ 2014, /**/ 2013,