mirror of
https://github.com/vim/vim.git
synced 2025-09-29 04:34:16 -04:00
patch 8.2.2173: Vim9: get internal error when assigning to undefined variable
Problem: Vim9: get internal error when assigning to undefined variable. Solution: Add error message. (closes #7475)
This commit is contained in:
@@ -321,3 +321,5 @@ EXTERN char e_command_not_followed_by_white_space_str[]
|
||||
INIT(= N_("E1144: Command is not followed by white space: %s"));
|
||||
EXTERN char e_missing_heredoc_end_marker_str[]
|
||||
INIT(= N_("E1145: Missing heredoc end marker: %s"));
|
||||
EXTERN char e_command_not_recognized_str[]
|
||||
INIT(= N_("E1146: Command not recognized: %s"));
|
||||
|
Reference in New Issue
Block a user