]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.1284: Vim9: skipping over type includes following white space v8.2.1284
authorBram Moolenaar <Bram@vim.org>
Thu, 23 Jul 2020 18:09:10 +0000 (20:09 +0200)
committerBram Moolenaar <Bram@vim.org>
Thu, 23 Jul 2020 18:09:10 +0000 (20:09 +0200)
commitbfba8651a51b66fdc52848f32c77aa925586e250
tree133adb26773b341ecd479f56b1940ea587d00765
parent637cd7d1c9fa0ee47951ccdc310a388cb7ecfada
patch 8.2.1284: Vim9: skipping over type includes following white space

Problem:    Vim9: skipping over type includes following white space, leading
            to an error for missing white space.
Solution:   Do not skip over white space after the type.
src/testdir/test_vim9_func.vim
src/version.c
src/vim9compile.c