]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.1074: Vim9: no line break allowed after some operators v8.2.1074
authorBram Moolenaar <Bram@vim.org>
Sat, 27 Jun 2020 19:18:00 +0000 (21:18 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 27 Jun 2020 19:18:00 +0000 (21:18 +0200)
commit9215f01218b2ed2cfe49c1f43fcf342bd9ffdded
treef2012a07fa1a29ccfde4ecfd1010949ff81e5526
parent7a4981b93642b5b62018cd8150b3fb0dfa2417d4
patch 8.2.1074: Vim9: no line break allowed after some operators

Problem:    Vim9: no line break allowed after some operators.
Solution:   Skip a line break after the operator.  Add
            eval_may_get_next_line() to simplify checking for a line break.
src/dict.c
src/eval.c
src/list.c
src/proto/eval.pro
src/testdir/test_vim9_expr.vim
src/userfunc.c
src/version.c