commit | 2e5910bfbb05957c10c9c69756dfa342557e9a8b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Feb 03 17:41:24 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Feb 03 17:41:24 2021 +0100 |
tree | c70cb2b5240cb3f8465cb14773a11c25622e9a41 | |
parent | 91478ae49a1b2dc1de63821db731a343e855dcc0 [diff] [blame] |
patch 8.2.2455: Vim9: key type for literal dict and indexing is inconsistent Problem: Vim9: key type that can be used for literal dict and indexing is inconsistent. Solution: Allow using number and bool as key for a literal dict. (#7771)
diff --git a/src/version.c b/src/version.c index 9eb0f5d..19a2f82 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2455, +/**/ 2454, /**/ 2453,