mirror of
https://github.com/vim/vim.git
synced 2025-09-29 04:34:16 -04:00
patch 8.2.3720: Vim9: Internal error when invoking closure in legacy context
Problem: Vim9: Internal error when invoking closure in legacy context. Solution: Give a more appropriate error message. (closes #9251)
This commit is contained in:
@@ -689,3 +689,5 @@ EXTERN char e_cannot_find_variable_to_unlock_str[]
|
||||
INIT(= N_("E1246: Cannot find variable to (un)lock: %s"));
|
||||
EXTERN char e_line_number_out_of_range[]
|
||||
INIT(= N_("E1247: Line number out of range"));
|
||||
EXTERN char e_closure_called_from_invalid_context[]
|
||||
INIT(= N_("E1248: Closure called from invalid context"));
|
||||
|
Reference in New Issue
Block a user