]> granicus.if.org Git - vim/commit
patch 8.2.1045: Vim9: line break before operator does not work v8.2.1045
authorBram Moolenaar <Bram@vim.org>
Tue, 23 Jun 2020 20:26:05 +0000 (22:26 +0200)
committerBram Moolenaar <Bram@vim.org>
Tue, 23 Jun 2020 20:26:05 +0000 (22:26 +0200)
commit67fbdfefd26a237831c3838f799d3e6198c8a34a
treea86b8d8cb069cb2935f8363fa2ea3413d878447a
parentef6d86c173becdf82b7a9a1329342c9368340def
patch 8.2.1045: Vim9: line break before operator does not work

Problem:    Vim9: line break before operator does not work.
Solution:   Peek the next line for an operator.
src/testdir/test_vim9_expr.vim
src/version.c
src/vim9compile.c