forked from aniani/vim
patch 8.2.1854: Vim9: crash when throwing exception for NULL string
Problem: Vim9: crash when throwing exception for NULL string. (Dhiraj Mishra) Solution: Handle NULL string like empty string. (closes #7139)
This commit is contained in:
@@ -280,4 +280,6 @@ EXTERN char e_missing_name_after_dot[]
|
||||
INIT(= N_("E1127: Missing name after dot"));
|
||||
EXTERN char e_endblock_without_block[]
|
||||
INIT(= N_("E1128: } without {"));
|
||||
EXTERN char e_throw_with_empty_string[]
|
||||
INIT(= N_("E1129: Throw with empty string"));
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user