]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.4049: Vim9: reading before the start of the line with "$" v8.2.4049
authorBram Moolenaar <Bram@vim.org>
Sun, 9 Jan 2022 13:36:28 +0000 (13:36 +0000)
committerBram Moolenaar <Bram@vim.org>
Sun, 9 Jan 2022 13:36:28 +0000 (13:36 +0000)
commit5f25c3855071bd7e26255c68bf458b1b5cf92f39
tree7c5185450e9ab3f28dcbb80a6fb6735eac736980
parentc14f667626ba677a767d474324306e39096dc43e
patch 8.2.4049: Vim9: reading before the start of the line with "$"

Problem:    Vim9: reading before the start of the line with "$" by itself.
Solution:   Do not subtract one when reporting the error.
src/testdir/test_vim9_expr.vim
src/version.c
src/vim9expr.c