@@ -1182,8 +1182,10 @@ EXTERN char e_invalid_command[]
11821182 INIT (= N_ ("E476: Invalid command" ));
11831183EXTERN char e_invalid_command_str []
11841184 INIT (= N_ ("E476: Invalid command: %s" ));
1185+ #ifdef FEAT_EVAL
11851186EXTERN char e_invalid_command_str_expected_str []
11861187 INIT (= N_ ("E476: Invalid command: %s, expected %s" ));
1188+ #endif
11871189EXTERN char e_no_bang_allowed []
11881190 INIT (= N_ ("E477: No ! allowed" ));
11891191EXTERN char e_dont_panic []
@@ -1208,8 +1210,10 @@ EXTERN char e_pattern_not_found_str[]
12081210 INIT (= N_ ("E486: Pattern not found: %s" ));
12091211EXTERN char e_argument_must_be_positive []
12101212 INIT (= N_ ("E487: Argument must be positive" ));
1213+ #ifdef FEAT_PROP_POPUP
12111214EXTERN char e_argument_must_be_positive_str []
12121215 INIT (= N_ ("E487: Argument must be positive: %s" ));
1216+ #endif
12131217EXTERN char e_trailing_characters []
12141218 INIT (= N_ ("E488: Trailing characters" ));
12151219EXTERN char e_trailing_characters_str []
@@ -1370,10 +1374,12 @@ EXTERN char e_illegal_mode[]
13701374EXTERN char e_illegal_mouseshape []
13711375 INIT (= N_ ("E547: Illegal mouseshape" ));
13721376#endif
1377+ #ifdef CURSOR_SHAPE
13731378EXTERN char e_digit_expected []
13741379 INIT (= N_ ("E548: Digit expected" ));
13751380EXTERN char e_illegal_percentage []
13761381 INIT (= N_ ("E549: Illegal percentage" ));
1382+ #endif
13771383#ifdef FEAT_PRINTER
13781384EXTERN char e_missing_colon_3 []
13791385 INIT (= N_ ("E550: Missing colon" ));
@@ -2039,14 +2045,12 @@ EXTERN char e_id_not_found_nr[]
20392045EXTERN char e_cannot_use_percent_with_float []
20402046 // xgettext:no-c-format
20412047 INIT (= N_ ("E804: Cannot use '%' with Float" ));
2042- #endif
20432048EXTERN char e_using_float_as_number []
20442049 INIT (= N_ ("E805: Using a Float as a Number" ));
20452050EXTERN char e_using_float_as_string []
20462051 INIT (= N_ ("E806: Using a Float as a String" ));
20472052EXTERN char e_expected_float_argument_for_printf []
20482053 INIT (= N_ ("E807: Expected Float argument for printf()" ));
2049- #if defined(FEAT_EVAL )
20502054EXTERN char e_number_or_float_required []
20512055 INIT (= N_ ("E808: Number or Float required" ));
20522056#endif
@@ -2270,8 +2274,10 @@ EXTERN char e_not_possible_to_change_sign_str[]
22702274EXTERN char e_cant_rename_viminfo_file_to_str []
22712275 INIT (= N_ ("E886: Can't rename viminfo file to %s!" ));
22722276#endif
2277+ #if defined(FEAT_PYTHON ) || defined(FEAT_PYTHON3 )
22732278EXTERN char e_sorry_this_command_is_disabled_python_side_module_could_not_be_loaded []
22742279 INIT (= N_ ("E887: Sorry, this command is disabled, the Python's site module could not be loaded." ));
2280+ #endif
22752281EXTERN char e_nfa_regexp_cannot_repeat_str []
22762282 INIT (= N_ ("E888: (NFA regexp) cannot repeat %s" ));
22772283#ifdef FEAT_PROP_POPUP
@@ -2282,6 +2288,7 @@ EXTERN char e_number_required[]
22822288EXTERN char e_trailing_char_after_rsb_str_str []
22832289 INIT (= N_ ("E890: Trailing char after ']': %s]%s" ));
22842290#endif
2291+ #ifdef FEAT_EVAL
22852292EXTERN char e_using_funcref_as_float []
22862293 INIT (= N_ ("E891: Using a Funcref as a Float" ));
22872294EXTERN char e_using_string_as_float []
@@ -2290,6 +2297,7 @@ EXTERN char e_using_list_as_float[]
22902297 INIT (= N_ ("E893: Using a List as a Float" ));
22912298EXTERN char e_using_dictionary_as_float []
22922299 INIT (= N_ ("E894: Using a Dictionary as a Float" ));
2300+ #endif
22932301#ifdef FEAT_MZSCHEME
22942302EXTERN char e_sorry_this_command_is_disabled_the_mzscheme_racket_base_module_could_not_be_loaded []
22952303 INIT (= N_ ("E895: Sorry, this command is disabled, the MzScheme's racket/base module could not be loaded." ));
@@ -2330,9 +2338,9 @@ EXTERN char e_received_unknown_command_str[]
23302338EXTERN char e_not_an_open_channel []
23312339 INIT (= N_ ("E906: Not an open channel" ));
23322340#endif
2341+ #ifdef FEAT_EVAL
23332342EXTERN char e_using_special_value_as_float []
23342343 INIT (= N_ ("E907: Using a special value as a Float" ));
2335- #ifdef FEAT_EVAL
23362344EXTERN char e_using_invalid_value_as_string_str []
23372345 INIT (= N_ ("E908: Using an invalid value as a String: %s" ));
23382346EXTERN char e_cannot_index_special_variable []
@@ -2367,8 +2375,6 @@ EXTERN char e_io_file_requires_name_to_be_set[]
23672375#ifdef FEAT_EVAL
23682376EXTERN char e_invalid_callback_argument []
23692377 INIT (= N_ ("E921: Invalid callback argument" ));
2370- EXTERN char e_expected_dict []
2371- INIT (= N_ ("E922: Expected a dict" ));
23722378EXTERN char e_second_argument_of_function_must_be_list_or_dict []
23732379 INIT (= N_ ("E923: Second argument of function() must be a list or a dict" ));
23742380#endif
@@ -2831,8 +2837,6 @@ EXTERN char e_nr_arguments_too_many[]
28312837 INIT (= N_ ("E1106: %d arguments too many" ));
28322838EXTERN char e_string_list_dict_or_blob_required []
28332839 INIT (= N_ ("E1107: String, List, Dict or Blob required" ));
2834- EXTERN char e_item_not_found_str []
2835- INIT (= N_ ("E1108: Item not found: %s" ));
28362840EXTERN char e_list_item_nr_is_not_list []
28372841 INIT (= N_ ("E1109: List item %d is not a List" ));
28382842EXTERN char e_list_item_nr_does_not_contain_3_numbers []
@@ -3186,8 +3190,6 @@ EXTERN char e_list_dict_blob_or_string_required_for_argument_nr[]
31863190 INIT (= N_ ("E1251: List, Dictionary, Blob or String required for argument %d" ));
31873191EXTERN char e_string_list_or_blob_required_for_argument_nr []
31883192 INIT (= N_ ("E1252: String, List or Blob required for argument %d" ));
3189- EXTERN char e_string_expected_for_argument_nr []
3190- INIT (= N_ ("E1253: String expected for argument %d" ));
31913193EXTERN char e_cannot_use_script_variable_in_for_loop []
31923194 INIT (= N_ ("E1254: Cannot use script variable in for loop" ));
31933195#endif
@@ -3274,13 +3276,15 @@ EXTERN char e_could_not_clear_timeout_str[]
32743276 INIT (= N_ ("E1285: Could not clear timeout: %s" ));
32753277EXTERN char e_could_not_set_timeout_str []
32763278 INIT (= N_ ("E1286: Could not set timeout: %s" ));
3279+ #ifndef HAVE_TIMER_CREATE
32773280EXTERN char e_could_not_set_handler_for_timeout_str []
32783281 INIT (= N_ ("E1287: Could not set handler for timeout: %s" ));
32793282EXTERN char e_could_not_reset_handler_for_timeout_str []
32803283 INIT (= N_ ("E1288: Could not reset handler for timeout: %s" ));
32813284EXTERN char e_could_not_check_for_pending_sigalrm_str []
32823285 INIT (= N_ ("E1289: Could not check for pending SIGALRM: %s" ));
32833286#endif
3287+ #endif
32843288#ifdef FEAT_EVAL
32853289EXTERN char e_substitute_nesting_too_deep []
32863290 INIT (= N_ ("E1290: substitute nesting too deep" ));
0 commit comments