forked from aniani/vim
patch 8.2.4514: Vim9: some flow commands can be shortened
Problem: Vim9: some flow commands can be shortened.
Solution: Also require using the full name for ":return", ":enddef",
":continue", ":export" and ":import".
This commit is contained in:
@@ -2761,7 +2761,7 @@ EXTERN char e_type_mismatch_for_v_variable[]
|
||||
#endif
|
||||
EXTERN char e_yank_register_changed_while_using_it[]
|
||||
INIT(= N_("E1064: Yank register changed while using it"));
|
||||
EXTERN char e_command_cannot_be_shortened[]
|
||||
EXTERN char e_command_cannot_be_shortened_str[]
|
||||
INIT(= N_("E1065: Command cannot be shortened: %s"));
|
||||
#ifdef FEAT_EVAL
|
||||
EXTERN char e_cannot_declare_a_register_str[]
|
||||
|
||||
Reference in New Issue
Block a user