comparison src/testdir/test_vim9_disassemble.vim @ 25547:ec4df0b982da v8.2.3310

patch 8.2.3310: Vim9: unpack assignment does not mention source of type error Commit: https://github.com/vim/vim/commit/4270d8b7626ff8a7006f6a09c89bc446a3f89d1e Author: Bram Moolenaar <Bram@vim.org> Date: Sat Aug 7 16:30:42 2021 +0200 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 https://github.com/vim/vim/issues/8719)
author Bram Moolenaar <Bram@vim.org>
date Sat, 07 Aug 2021 16:45:03 +0200
parents 2ae1d5a4ae5c
children d8fb5bb88362
comparison
equal deleted inserted replaced
25546:465989ba8936 25547:ec4df0b982da
439 '\[x, y; l\] = g:stringlist\_s*' .. 439 '\[x, y; l\] = g:stringlist\_s*' ..
440 '\d LOADG g:stringlist\_s*' .. 440 '\d LOADG g:stringlist\_s*' ..
441 '\d CHECKTYPE list<any> stack\[-1\]\_s*' .. 441 '\d CHECKTYPE list<any> stack\[-1\]\_s*' ..
442 '\d CHECKLEN >= 2\_s*' .. 442 '\d CHECKLEN >= 2\_s*' ..
443 '\d\+ ITEM 0\_s*' .. 443 '\d\+ ITEM 0\_s*' ..
444 '\d\+ CHECKTYPE string stack\[-1\]\_s*' .. 444 '\d\+ CHECKTYPE string stack\[-1\] arg 1\_s*' ..
445 '\d\+ STORE $0\_s*' .. 445 '\d\+ STORE $0\_s*' ..
446 '\d\+ ITEM 1\_s*' .. 446 '\d\+ ITEM 1\_s*' ..
447 '\d\+ CHECKTYPE string stack\[-1\]\_s*' .. 447 '\d\+ CHECKTYPE string stack\[-1\] arg 2\_s*' ..
448 '\d\+ STORE $1\_s*' .. 448 '\d\+ STORE $1\_s*' ..
449 '\d\+ SLICE 2\_s*' .. 449 '\d\+ SLICE 2\_s*' ..
450 '\d\+ STORE $2\_s*' .. 450 '\d\+ STORE $2\_s*' ..
451 '\d\+ RETURN void', 451 '\d\+ RETURN void',
452 res) 452 res)