mirror of
https://github.com/vim/vim.git
synced 2025-09-26 04:04:07 -04:00
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.
This commit is contained in:
@@ -126,6 +126,7 @@ typedef enum {
|
||||
ISN_ANYINDEX, // [expr] runtime index
|
||||
ISN_ANYSLICE, // [expr:expr] runtime slice
|
||||
ISN_SLICE, // drop isn_arg.number items from start of list
|
||||
ISN_BLOBAPPEND, // append to a blob, like add()
|
||||
ISN_GETITEM, // push list item, isn_arg.number is the index
|
||||
ISN_MEMBER, // dict[member]
|
||||
ISN_STRINGMEMBER, // dict.member using isn_arg.string
|
||||
|
Reference in New Issue
Block a user