]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.3106: Vim9: confusing line number reported for error v8.2.3106
authorBram Moolenaar <Bram@vim.org>
Sun, 4 Jul 2021 20:48:12 +0000 (22:48 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 4 Jul 2021 20:48:12 +0000 (22:48 +0200)
commit6977dba04b68b91410585ada65079651788ca7dc
tree824eed5db2f464f49d779a681d082ea37904322d
parent97f227d9c9351f12138d923ffdf9232dc5520bef
patch 8.2.3106: Vim9: confusing line number reported for error

Problem:    Vim9: confusing line number reported for error.
Solution:   Use the start line number for the store instruction.
            (closes #8488)
src/testdir/test_vim9_assign.vim
src/version.c
src/vim9compile.c