]> granicus.if.org Git - vim/commit
patch 8.2.2705: Vim9: misleading reported line number for wrong type v8.2.2705
authorBram Moolenaar <Bram@vim.org>
Sat, 3 Apr 2021 19:01:01 +0000 (21:01 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 3 Apr 2021 19:01:01 +0000 (21:01 +0200)
commit77709b194c71eb02f765521f31b463593bd07cda
treefeb265fa3dcd95f50f63948cbb829c01ffbe6089
parent440cf096fad7bf628974abc344343b823d79a006
patch 8.2.2705: Vim9: misleading reported line number for wrong type

Problem:    Vim9: misleading reported line number for wrong type.
Solution:   Remember and use the line number at the start. (closes #8059)
src/testdir/test_vim9_assign.vim
src/version.c
src/vim9compile.c