]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.1671: Vim9: stray error for missing white space v8.2.1671
authorBram Moolenaar <Bram@vim.org>
Sat, 12 Sep 2020 19:27:03 +0000 (21:27 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 12 Sep 2020 19:27:03 +0000 (21:27 +0200)
commitc6e57b74fa1e6090a27f886e2b3830fd1fa15708
tree0f09d385a9b42a612e780a7a78c6976fe6b75ae2
parent8f13d82fa6ac6faa1a91076e99000a8f02180e8e
patch 8.2.1671: Vim9: stray error for missing white space

Problem:    Vim9: stray error for missing white space.
Solution:   Do not skip over white space after member. (closes #6817)
src/eval.c
src/testdir/test_vim9_expr.vim
src/version.c