]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.2706: Vim9: wrong line number reported for boolean operator v8.2.2706
authorBram Moolenaar <Bram@vim.org>
Sat, 3 Apr 2021 19:47:07 +0000 (21:47 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 3 Apr 2021 19:47:07 +0000 (21:47 +0200)
commita7511c0f4f779140e8b893be506ecffd0ededf04
treec6f75bbf2499ee4e27f5c848ce2a7ff0ceac6df2
parent77709b194c71eb02f765521f31b463593bd07cda
patch 8.2.2706: Vim9: wrong line number reported for boolean operator

Problem:    Vim9: wrong line number reported for boolean operator.
Solution:   Use the line number before skipping over line break.
            (closes #8058)
src/testdir/test_vim9_expr.vim
src/version.c
src/vim9compile.c