]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.2393: Vim9: error message when script line starts with "[{" v8.2.2393
authorBram Moolenaar <Bram@vim.org>
Fri, 22 Jan 2021 21:06:56 +0000 (22:06 +0100)
committerBram Moolenaar <Bram@vim.org>
Fri, 22 Jan 2021 21:06:56 +0000 (22:06 +0100)
commit4bce26bb70144633713e7e8f149ba99cac511336
tree4d612e69966b21ce4137281433efef4535d61401
parent402115f1c2b4d0704a822206f2e6e931e721c129
patch 8.2.2393: Vim9: error message when script line starts with "[{"

Problem:    Vim9: error message when script line starts with "[{".
Solution:   Do not give an error for checking for end of list.
src/dict.c
src/testdir/test_vim9_script.vim
src/version.c