]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.2090: Vim9: dict does not accept a key in quotes v8.2.2090
authorBram Moolenaar <Bram@vim.org>
Fri, 4 Dec 2020 18:12:14 +0000 (19:12 +0100)
committerBram Moolenaar <Bram@vim.org>
Fri, 4 Dec 2020 18:12:14 +0000 (19:12 +0100)
commitc5e6a7179d7dee4315b412b56e172bb1ff092d3e
tree70eae554a7a7cb493df307f92b1f0372033132bf
parent6cd42db9dc1251b052b97d47bafc063eacac1b3e
patch 8.2.2090: Vim9: dict does not accept a key in quotes

Problem:    Vim9: dict does not accept a key in quotes.
Solution:   Recognize a key in single or double quotes.
runtime/doc/vim9.txt
src/dict.c
src/proto/dict.pro
src/testdir/test_vim9_expr.vim
src/version.c
src/vim9compile.c