]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.0276: Vim9: not allowing space before ")" in function call v8.2.0276
authorBram Moolenaar <Bram@vim.org>
Wed, 19 Feb 2020 11:40:39 +0000 (12:40 +0100)
committerBram Moolenaar <Bram@vim.org>
Wed, 19 Feb 2020 11:40:39 +0000 (12:40 +0100)
commit38a5f517a70d7b76361152d2898d7f826c5b2491
treeddbd05c9e4e482ff15e5aedafc4c4f7e923d8571
parent406cd90f1963ca60813db91c413eef4b1b78ee44
patch 8.2.0276: Vim9: not allowing space before ")" in function call

Problem:    Vim9: not allowing space before ")" in function call is too
            restrictive. (Ben Jackson)
Solution:   Skip space before the ")".  Adjust other space checks.
src/testdir/test_vim9_expr.vim
src/version.c
src/vim9compile.c