]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.1867: Vim9: argument to add() not checked for blob v8.2.1867
authorBram Moolenaar <Bram@vim.org>
Mon, 19 Oct 2020 18:45:36 +0000 (20:45 +0200)
committerBram Moolenaar <Bram@vim.org>
Mon, 19 Oct 2020 18:45:36 +0000 (20:45 +0200)
commit80b0e5ea1132d1d7cf78c77bc14c686c836a0d25
tree67010c8c5d188d8f4498806029949ef945a513b9
parent66fa5fd54f550c0790d36c20124c49493b323bfa
patch 8.2.1867: Vim9: argument to add() not checked for blob

Problem:    Vim9: argument to add() not checked for blob.
Solution:   Add the BLOBAPPEND instruction.
src/errors.h
src/testdir/test_vim9_disassemble.vim
src/testdir/test_vim9_func.vim
src/version.c
src/vim9.h
src/vim9compile.c
src/vim9execute.c