]> granicus.if.org Git - vim/commit
patch 8.2.2483: Vim9: type error for misformed expression v8.2.2483
authorBram Moolenaar <Bram@vim.org>
Sun, 7 Feb 2021 15:33:35 +0000 (16:33 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 7 Feb 2021 15:33:35 +0000 (16:33 +0100)
commit6628b7ebff1cfcb476ce96852a7d2b095872826c
treeb15e0dd02ba3aba21b8986f319800adaf3cf14f1
parenta5a1ec1826c0e43d0282ba4d35c155a97bab3e27
patch 8.2.2483: Vim9: type error for misformed expression

Problem:    Vim9: type error for misformed expression.
Solution:   Check for end of command before checking type. (closes #7795)
src/testdir/test_vim9_script.vim
src/version.c
src/vim9compile.c