mirror of
https://github.com/vim/vim.git
synced 2025-09-24 03:44:06 -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:
@@ -284,4 +284,6 @@ EXTERN char e_throw_with_empty_string[]
|
||||
INIT(= N_("E1129: Throw with empty string"));
|
||||
EXTERN char e_cannot_add_to_null_list[]
|
||||
INIT(= N_("E1130: Cannot add to null list"));
|
||||
EXTERN char e_cannot_add_to_null_blob[]
|
||||
INIT(= N_("E1131: Cannot add to null blob"));
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user