]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.1431: Vim9: no error for white space before comma in dict v8.2.1431
authorBram Moolenaar <Bram@vim.org>
Wed, 12 Aug 2020 16:34:28 +0000 (18:34 +0200)
committerBram Moolenaar <Bram@vim.org>
Wed, 12 Aug 2020 16:34:28 +0000 (18:34 +0200)
commitc3d6e8a46a8fc5de622e8df9dbd25edd03e00c5b
treeef3a17ee8bf2d16b9f6ce35854243cd731e7f221
parentdb199216e81865350a8d56a603bb86cab672bfad
patch 8.2.1431: Vim9: no error for white space before comma in dict

Problem:    Vim9: no error for white space before comma in dict.
Solution:   Check for extra white space. (closes #6674)
src/dict.c
src/testdir/test_vim9_expr.vim
src/version.c
src/vim9compile.c