]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.3370: Vim9: no check for white space before type in declaration v8.2.3370
authorBram Moolenaar <Bram@vim.org>
Mon, 23 Aug 2021 20:22:45 +0000 (22:22 +0200)
committerBram Moolenaar <Bram@vim.org>
Mon, 23 Aug 2021 20:22:45 +0000 (22:22 +0200)
commit60faf8656e1a100778bf7cd4d305380fb852d540
tree2f15a1b30b3eabd41bd1c64267f9798e7879801f
parent6b36d2a16d7931bac82ef8b5654c68ac456b24bf
patch 8.2.3370: Vim9: no check for white space before type in declaration

Problem:    Vim9: no check for white space before type in declaration.
            (Naohiro Ono)
Solution:   Check for white space like in a compiled function. (closes #8785)
src/eval.c
src/testdir/test_vim9_assign.vim
src/version.c