commit | e0de171ecd2ff7acd56deda2cf81f0d13a69c803 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Dec 02 17:36:54 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Dec 02 17:36:54 2020 +0100 |
tree | 87667e0ae5a5517461d7f4e59514d9495170a05a | |
parent | 7f76494aac512b1d603d9be4132184241f43872c [diff] [blame] |
patch 8.2.2082: Vim9: can still use the depricated #{} dict syntax Problem: Vim9: can still use the depricated #{} dict syntax. Solution: Remove support for #{} in Vim9 script. (closes #7406, closes #7405)
diff --git a/src/version.c b/src/version.c index a81299d..0c04990 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2082, +/**/ 2081, /**/ 2080,