]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.1429: Vim9: no error for missing white after : in dict v8.2.1429
authorBram Moolenaar <Bram@vim.org>
Wed, 12 Aug 2020 15:35:58 +0000 (17:35 +0200)
committerBram Moolenaar <Bram@vim.org>
Wed, 12 Aug 2020 15:35:58 +0000 (17:35 +0200)
commit17a836cbee6b8d8ff555f8e307f48a779908db41
treea2c6a927d875e586e9ee3744697e9c77ec167404
parented677f5587af366f185f8922b7dde4a98c884328
patch 8.2.1429: Vim9: no error for missing white after : in dict

Problem:    Vim9: no error for missing white after : in dict.
Solution:   Check for white space. (closes #6671)  Also check that there is no
            white before the :.
src/testdir/test_vim9_expr.vim
src/testdir/test_vim9_func.vim
src/version.c
src/vim9compile.c