]> granicus.if.org Git - vim/commit
patch 8.2.3310: Vim9: unpack assignment does not mention source of type error v8.2.3310
authorBram Moolenaar <Bram@vim.org>
Sat, 7 Aug 2021 14:30:42 +0000 (16:30 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 7 Aug 2021 14:30:42 +0000 (16:30 +0200)
commit4270d8b7626ff8a7006f6a09c89bc446a3f89d1e
treec8b632c8862523490938e53418440ac393b46788
parentfbeefb1b87b0d52a095c08fee47b62d290bf4c33
patch 8.2.3310: Vim9: unpack assignment does not mention source of type error

Problem:    Vim9: unpack assignment does not mention source of type error.
Solution:   Mention the argument number. (closes #8719)
src/testdir/test_vim9_assign.vim
src/testdir/test_vim9_disassemble.vim
src/version.c
src/vim9compile.c