Lines Matching refs:_
73 emsg(_(e_vim9script_can_only_be_used_in_script)); in ex_vim9script()
80 emsg(_(e_vim9script_must_be_first_command_in_script)); in ex_vim9script()
85 semsg(_(e_invarg2), eap->arg); in ex_vim9script()
129 emsg(_(e_norange)); in not_in_vim9()
139 semsg(_(e_command_not_supported_in_vim9_script_missing_var_str), eap->cmd); in not_in_vim9()
156 emsg(_(e_cannot_use_hash_curly_to_start_comment)); in vim9_bad_comment()
186 semsg(_(e_no_white_space_allowed_after_str_str), in ex_incdec()
218 emsg(_(e_export_can_only_be_used_in_vim9script)); in ex_export()
239 emsg(_(e_export_with_invalid_argument)); in ex_export()
244 emsg(_(e_invalid_command_after_export)); in ex_export()
409 semsg(_(e_syntax_error_in_import_str), p); in handle_import()
419 emsg(_(e_missing_as_after_star)); in handle_import()
441 emsg(_(e_missing_comma_in_import)); in handle_import()
449 semsg(_(e_syntax_error_in_import_str), arg_start); in handle_import()
455 emsg(_(e_missing_from)); in handle_import()
468 emsg(_(e_invalid_string_after_from)); in handle_import()
522 semsg(_(e_could_not_import_str), tv.vval.v_string); in handle_import()
540 semsg(_(e_name_already_defined_str), as_name); in handle_import()
654 emsg(_(e_import_can_only_be_used_in_script)); in ex_import()
693 semsg(_(e_item_not_exported_in_script_str), name); in find_exported()
724 semsg(_(e_item_not_found_in_script_str), name); in find_exported()
730 semsg(_(e_item_not_exported_in_script_str), name); in find_exported()
756 emsg(_(e_final_requires_a_value)); in vim9_declare_scriptvar()
758 emsg(_(e_const_requires_a_value)); in vim9_declare_scriptvar()
765 semsg(_(e_invarg2), arg); in vim9_declare_scriptvar()
775 emsg(_(e_type_or_initialization_required)); in vim9_declare_scriptvar()
780 semsg(_(e_white_space_required_after_str_str), ":", p); in vim9_declare_scriptvar()
1014 semsg(_(e_cannot_change_readonly_variable_str), name); in check_script_var_type()
1050 semsg(_(e_cannot_use_reserved_name), name); in check_reserved_name()