Lines Matching refs:emsg
685 emsg(_(e_wrong_argument_type_for_plus)); in check_number_or_float()
809 emsg(_(e_percent_requires_number_arguments)); in generate_two_op()
1310 emsg(_(e_listreq)); in generate_GETITEM()
2392 emsg(_(e_misplaced_command_modifier)); in misplaced_cmdmod()
2759 emsg(_(e_line_incomplete)); in may_get_next_line_error()
2918 emsg(_(e_cannot_slice_dictionary)); in compile_member()
2991 emsg(_(e_string_list_dict_or_blob_required)); in compile_member()
3053 emsg(_(e_no_white_space_allowed_after_dot)); in compile_load_scriptvar()
3397 emsg(_(e_missing_close)); in compile_arguments()
3466 emsg(_(e_argument_of_exists_compiled_must_be_literal_string)); in compile_call()
3504 emsg(_(e_cannot_use_flatten_in_vim9_script)); in compile_call()
3865 emsg(_(e_missing_matching_bracket_after_dict_key)); in compile_dict()
4304 emsg(_(e_missing_close)); in compile_parenthesis()
4419 emsg(_(e_nowhitespace)); in compile_subscript()
4554 emsg(_(e_missbrac)); in compile_subscript()
4578 emsg(_(e_missing_name_after_dot)); in compile_subscript()
4841 emsg(_(e_cannot_use_underscore_here)); in compile_expr7()
4911 emsg(_(e_missing_gt)); in compile_expr7t()
5586 emsg(_(e_missing_colon)); in compile_expr1()
5716 emsg(_(e_returning_value_in_function_without_return_type)); in compile_return()
5732 emsg(_(e_missing_return_value)); in compile_return()
5800 emsg(_(e_cannot_use_bang_with_nested_def)); in compile_nested_function()
6069 emsg(_(e_const_option)); in get_var_dest()
6077 emsg(_(e_unexpected_characters_in_assignment)); in get_var_dest()
6466 emsg(_(e_can_only_concatenate_to_string)); in compile_lhs()
6506 emsg(_(e_cannot_use_index_when_declaring_variable)); in compile_lhs()
6660 emsg(_(e_missbrac)); in compile_assign_index()
6704 emsg(_(e_missbrac)); in compile_load_lhs()
6792 emsg(e_cannot_use_range_with_dictionary); in compile_assign_unlet()
6857 emsg(_(e_indexable_type_required)); in compile_assign_unlet()
6908 emsg(_(e_cannot_use_list_for_declaration)); in compile_assignment()
6989 emsg(_(e_cannot_use_void_value)); in compile_assignment()
7024 emsg(_(e_cannot_use_underscore_here)); in compile_assignment()
7125 emsg(_(e_cannot_use_void_value)); in compile_assignment()
7181 emsg(_(e_final_requires_a_value)); in compile_assignment()
7186 emsg(_(e_const_requires_a_value)); in compile_assignment()
7191 emsg(_(e_type_or_initialization_required)); in compile_assignment()
7541 emsg(_(e_cannot_lock_unlock_local_variable)); in compile_lock_unlock()
7805 emsg(_(e_elseif_without_if)); in compile_elseif()
7953 emsg(_(e_else_without_if)); in compile_else()
8024 emsg(_(e_endif_without_if)); in compile_endif()
8120 emsg(_(e_missing_in)); in compile_for()
8336 emsg(_(e_for)); in compile_endfor()
8429 emsg(_(e_while)); in compile_endwhile()
8470 emsg(_(e_continue)); in compile_continue()
8512 emsg(_(e_break)); in compile_break()
8648 emsg(_(e_catch)); in compile_catch()
8654 emsg(_(e_catch_unreachable_after_catch_all)); in compile_catch()
8767 emsg(_(e_finally)); in compile_finally()
8777 emsg(_(e_finally_dup)); in compile_finally()
8840 emsg(_(e_no_endtry)); in compile_endtry()
8842 emsg(_(e_endwhile)); in compile_endtry()
8844 emsg(_(e_endfor)); in compile_endtry()
8846 emsg(_(e_endif)); in compile_endtry()
8856 emsg(_(e_missing_catch_or_finally)); in compile_endtry()
9232 emsg(_(e_missing_backtick)); in compile_exec()
9412 emsg(_(e_cannot_nest_redir)); in compile_redir()
9784 emsg(_(e_using_rcurly_outside_if_block_scope)); in compile_def_function()
9894 emsg(_(e_ambiguous_use_of_user_defined_command)); in compile_def_function()
9957 emsg(_(e_unreachable_code_after_return)); in compile_def_function()
9984 emsg(_(e_cannot_use_function_inside_def)); in compile_def_function()
9994 emsg(_(e_cannot_use_let_in_vim9_script)); in compile_def_function()
10013 emsg(_(e_import_can_only_be_used_in_script)); in compile_def_function()
10188 emsg(_(e_endif)); in compile_def_function()
10190 emsg(_(e_endwhile)); in compile_def_function()
10192 emsg(_(e_endfor)); in compile_def_function()
10194 emsg(_(e_missing_rcurly)); in compile_def_function()
10204 emsg(_(e_missing_return_statement)); in compile_def_function()
10272 emsg(errormsg); in compile_def_function()
10274 emsg(_(e_compiling_def_function_failed)); in compile_def_function()
10281 emsg(_(e_missing_redir_end)); in compile_def_function()