mirror of
https://github.com/zoriya/vim.git
synced 2025-12-21 06:35:17 +00:00
patch 8.2.4384: Vim9: error message not tested, some code not tested
Problem: Vim9: error message not tested, some code not tested.
Solution: Add a couple of test cases. Give an error for a command modifier
without a command.
This commit is contained in:
@@ -2791,7 +2791,8 @@ EXTERN char e_missing_argument_type_for_str[]
|
||||
// E1080 unused
|
||||
EXTERN char e_cannot_unlet_str[]
|
||||
INIT(= N_("E1081: Cannot unlet %s"));
|
||||
// E1082 unused
|
||||
EXTERN char e_command_modifier_without_command[]
|
||||
INIT(= N_("E1082: Command modifier without command"));
|
||||
EXTERN char e_missing_backtick[]
|
||||
INIT(= N_("E1083: Missing backtick"));
|
||||
EXTERN char e_cannot_delete_vim9_script_function_str[]
|
||||
|
||||
Reference in New Issue
Block a user