]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.1026: Vim9: cannot break the line after "->" v8.2.1026
authorBram Moolenaar <Bram@vim.org>
Sun, 21 Jun 2020 12:12:17 +0000 (14:12 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 21 Jun 2020 12:12:17 +0000 (14:12 +0200)
commita3b7fdc1bb227897f41b8f2958a48d0a26292ff7
treebfd75225d48665c287712d7befc34d902d77e76d
parent8c524f76ebd43f006e765534765b595de7095f12
patch 8.2.1026: Vim9: cannot break the line after "->"

Problem:    Vim9: cannot break the line after "->".
Solution:   Check for a continuation line after "->", "[" and ".".  Ignore
            trailing white space.
src/testdir/test_vim9_expr.vim
src/version.c
src/vim9compile.c