forked from aniani/vim
patch 8.2.1465: Vim9: subscript not handled properly
Problem: Vim9: subscript not handled properly.
Solution: Adjust error message. Remove dead code. Disallow string to
number conversion in scripts.
This commit is contained in:
@@ -228,8 +228,8 @@ EXTERN char e_one_argument_too_many[]
|
||||
INIT(= N_("E1106: one argument too many"));
|
||||
EXTERN char e_nr_arguments_too_many[]
|
||||
INIT(= N_("E1106: %d arguments too many"));
|
||||
EXTERN char e_list_dict_or_blob_required[]
|
||||
INIT(= N_("E1107: List, Dict or Blob required"));
|
||||
EXTERN char e_string_list_dict_or_blob_required[]
|
||||
INIT(= N_("E1107: String, List, Dict or Blob required"));
|
||||
EXTERN char e_item_not_found_str[]
|
||||
INIT(= N_("E1108: Item not found: %s"));
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user