@@ -968,9 +968,9 @@ EXTERN char e_couldnt_find_pattern[]
968968#ifdef FEAT_SYN_HL
969969EXTERN char e_illegal_argument_str_2 []
970970 INIT (= N_ ("E390: Illegal argument: %s" ));
971- EXTERN char e_no_such_syntax_cluster_1 []
971+ EXTERN char e_no_such_syntax_cluster_str_1 []
972972 INIT (= N_ ("E391: No such syntax cluster: %s" ));
973- EXTERN char e_no_such_syntax_cluster_2 []
973+ EXTERN char e_no_such_syntax_cluster_str_2 []
974974 INIT (= N_ ("E392: No such syntax cluster: %s" ));
975975EXTERN char e_groupthere_not_accepted_here []
976976 INIT (= N_ ("E393: group[t]here not accepted here" ));
@@ -1028,7 +1028,7 @@ EXTERN char e_fg_color_unknown[]
10281028 INIT (= N_ ("E419: FG color unknown" ));
10291029EXTERN char e_bg_color_unknown []
10301030 INIT (= N_ ("E420: BG color unknown" ));
1031- EXTERN char e_color_name_or_number_not_recognized []
1031+ EXTERN char e_color_name_or_number_not_recognized_str []
10321032 INIT (= N_ ("E421: Color name or number not recognized: %s" ));
10331033EXTERN char e_terminal_code_too_long_str []
10341034 INIT (= N_ ("E422: Terminal code too long: %s" ));
@@ -1796,21 +1796,21 @@ EXTERN char e_list_required[]
17961796 INIT (= N_ ("E714: List required" ));
17971797EXTERN char e_dictionary_required []
17981798 INIT (= N_ ("E715: Dictionary required" ));
1799- EXTERN char e_key_not_present_in_dictionary []
1799+ EXTERN char e_key_not_present_in_dictionary_str []
18001800 INIT (= N_ ("E716: Key not present in Dictionary: \"%s\"" ));
18011801EXTERN char e_dictionary_entry_already_exists []
18021802 INIT (= N_ ("E717: Dictionary entry already exists" ));
18031803EXTERN char e_funcref_required []
18041804 INIT (= N_ ("E718: Funcref required" ));
18051805EXTERN char e_cannot_slice_dictionary []
18061806 INIT (= N_ ("E719: Cannot slice a Dictionary" ));
1807- EXTERN char e_missing_colon_in_dictionary []
1807+ EXTERN char e_missing_colon_in_dictionary_str []
18081808 INIT (= N_ ("E720: Missing colon in Dictionary: %s" ));
1809- EXTERN char e_duplicate_key_in_dictionary []
1809+ EXTERN char e_duplicate_key_in_dictionary_str []
18101810 INIT (= N_ ("E721: Duplicate key in Dictionary: \"%s\"" ));
1811- EXTERN char e_missing_comma_in_dictionary []
1811+ EXTERN char e_missing_comma_in_dictionary_str []
18121812 INIT (= N_ ("E722: Missing comma in Dictionary: %s" ));
1813- EXTERN char e_missing_dict_end []
1813+ EXTERN char e_missing_dict_end_str []
18141814 INIT (= N_ ("E723: Missing end of Dictionary '}': %s" ));
18151815EXTERN char e_variable_nested_too_deep_for_displaying []
18161816 INIT (= N_ ("E724: Variable nested too deep for displaying" ));
@@ -2111,7 +2111,7 @@ EXTERN char e_undo_number_nr_not_found[]
21112111EXTERN char e_bf_key_init_called_with_empty_password []
21122112 INIT (= N_ ("E831: bf_key_init() called with empty password" ));
21132113# ifdef FEAT_PERSISTENT_UNDO
2114- EXTERN char e_non_encrypted_file_has_encrypted_undo_file []
2114+ EXTERN char e_non_encrypted_file_has_encrypted_undo_file_str []
21152115 INIT (= N_ ("E832: Non-encrypted file has encrypted undo file: %s" ));
21162116# endif
21172117#else
@@ -2397,7 +2397,7 @@ EXTERN char e_cannot_use_redir_inside_execute[]
23972397EXTERN char e_buffer_cannot_be_registered []
23982398 INIT (= N_ ("E931: Buffer cannot be registered" ));
23992399#ifdef FEAT_EVAL
2400- EXTERN char e_closure_function_should_not_be_at_top_level []
2400+ EXTERN char e_closure_function_should_not_be_at_top_level_str []
24012401 INIT (= N_ ("E932: Closure function should not be at top level: %s" ));
24022402EXTERN char e_function_was_deleted_str []
24032403 INIT (= N_ ("E933: Function was deleted: %s" ));
@@ -2513,7 +2513,7 @@ EXTERN char e_property_type_str_already_defined[]
25132513 INIT (= N_ ("E969: Property type %s already defined" ));
25142514EXTERN char e_unknown_highlight_group_name_str []
25152515 INIT (= N_ ("E970: Unknown highlight group name: '%s'" ));
2516- EXTERN char e_type_not_exist []
2516+ EXTERN char e_property_type_str_does_not_exist []
25172517 INIT (= N_ ("E971: Property type %s does not exist" ));
25182518#endif
25192519#ifdef FEAT_EVAL
@@ -2634,17 +2634,17 @@ EXTERN char e_invalid_key_str[]
26342634 INIT (= N_ ("E1014: Invalid key: %s" ));
26352635EXTERN char e_name_expected_str []
26362636 INIT (= N_ ("E1015: Name expected: %s" ));
2637- EXTERN char e_cannot_declare_a_scope_variable []
2637+ EXTERN char e_cannot_declare_a_scope_variable_str []
26382638 INIT (= N_ ("E1016: Cannot declare a %s variable: %s" ));
2639- EXTERN char e_cannot_declare_an_environment_variable []
2639+ EXTERN char e_cannot_declare_an_environment_variable_str []
26402640 INIT (= N_ ("E1016: Cannot declare an environment variable: %s" ));
2641- EXTERN char e_variable_already_declared []
2641+ EXTERN char e_variable_already_declared_str []
26422642 INIT (= N_ ("E1017: Variable already declared: %s" ));
2643- EXTERN char e_cannot_assign_to_constant []
2643+ EXTERN char e_cannot_assign_to_constant_str []
26442644 INIT (= N_ ("E1018: Cannot assign to a constant: %s" ));
26452645EXTERN char e_can_only_concatenate_to_string []
26462646 INIT (= N_ ("E1019: Can only concatenate to string" ));
2647- EXTERN char e_cannot_use_operator_on_new_variable []
2647+ EXTERN char e_cannot_use_operator_on_new_variable_str []
26482648 INIT (= N_ ("E1020: Cannot use an operator on a new variable: %s" ));
26492649EXTERN char e_const_requires_a_value []
26502650 INIT (= N_ ("E1021: Const requires a value" ));
@@ -2674,7 +2674,7 @@ EXTERN char e_missing_catch_or_finally[]
26742674 INIT (= N_ ("E1032: Missing :catch or :finally" ));
26752675EXTERN char e_catch_unreachable_after_catch_all []
26762676 INIT (= N_ ("E1033: Catch unreachable after catch-all" ));
2677- EXTERN char e_cannot_use_reserved_name []
2677+ EXTERN char e_cannot_use_reserved_name_str []
26782678 INIT (= N_ ("E1034: Cannot use reserved name %s" ));
26792679EXTERN char e_percent_requires_number_arguments []
26802680 // xgettext:no-c-format
@@ -2713,7 +2713,7 @@ EXTERN char e_colon_required_before_range_str[]
27132713#ifdef FEAT_EVAL
27142714EXTERN char e_wrong_argument_type_for_plus []
27152715 INIT (= N_ ("E1051: Wrong argument type for +" ));
2716- EXTERN char e_cannot_declare_an_option []
2716+ EXTERN char e_cannot_declare_an_option_str []
27172717 INIT (= N_ ("E1052: Cannot declare an option: %s" ));
27182718EXTERN char e_could_not_import_str []
27192719 INIT (= N_ ("E1053: Could not import \"%s\"" ));
@@ -2791,7 +2791,7 @@ EXTERN char e_script_cannot_import_itself[]
27912791 INIT (= N_ ("E1088: Script cannot import itself" ));
27922792EXTERN char e_unknown_variable_str []
27932793 INIT (= N_ ("E1089: Unknown variable: %s" ));
2794- EXTERN char e_cannot_assign_to_argument []
2794+ EXTERN char e_cannot_assign_to_argument_str []
27952795 INIT (= N_ ("E1090: Cannot assign to argument %s" ));
27962796EXTERN char e_function_is_not_compiled_str []
27972797 INIT (= N_ ("E1091: Function is not compiled: %s" ));
0 commit comments