forked from aniani/vim
patch 8.2.1865: Vim9: add() does not check type of argument
Problem: Vim9: add() does not check type of argument. Solution: Inline the add() call. (closes #7160)
This commit is contained in:
@@ -282,4 +282,6 @@ EXTERN char e_endblock_without_block[]
|
||||
INIT(= N_("E1128: } without {"));
|
||||
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"));
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user