]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.1029: Vim9: cannot chain function calls with -> at line start v8.2.1029
authorBram Moolenaar <Bram@vim.org>
Sun, 21 Jun 2020 14:58:13 +0000 (16:58 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 21 Jun 2020 14:58:13 +0000 (16:58 +0200)
commit23c55273739b2fb09912140e2e03a4b8ff15dd04
tree00c1eeac0c431c10e4f048ee4383eb6b4fb48086
parente55b1c098d9dc04c960e6575bb554b5130af8989
patch 8.2.1029: Vim9: cannot chain function calls with -> at line start

Problem:    Vim9: cannot chain function calls with -> at line start.
Solution:   Peek ahead for a following line starting with "->". (closes #6306)
src/testdir/test_vim9_expr.vim
src/version.c
src/vim9compile.c