Lines Matching refs:mch_errmsg
860 mch_errmsg(_("netbeans is not supported with this GUI\n")); in vim_main2()
1800 mch_errmsg(_("'-nb' cannot be used: not enabled at compile time\n")); in early_arg_scan()
1901 mch_errmsg(_("This Vim was not compiled with the diff feature.")); in parse_command_name()
1902 mch_errmsg("\n"); in parse_command_name()
2099 mch_errmsg(_(e_noarabic)); in command_line_scan()
2137 mch_errmsg(_(e_farsi_support_has_been_removed)); in command_line_scan()
2155 mch_errmsg(_(e_hebrew_cannot_be_used_not_enabled_at_compile_time)); in command_line_scan()
2451 mch_errmsg(_("Attempt to open script file again: \"")); in command_line_scan()
2452 mch_errmsg(argv[-1]); in command_line_scan()
2453 mch_errmsg(" "); in command_line_scan()
2454 mch_errmsg(argv[0]); in command_line_scan()
2455 mch_errmsg("\"\n"); in command_line_scan()
2460 mch_errmsg(_("Cannot open for reading: \"")); in command_line_scan()
2461 mch_errmsg(argv[0]); in command_line_scan()
2462 mch_errmsg("\"\n"); in command_line_scan()
2514 mch_errmsg(_("Cannot open for script output: \"")); in command_line_scan()
2515 mch_errmsg(argv[0]); in command_line_scan()
2516 mch_errmsg("\"\n"); in command_line_scan()
2679 mch_errmsg(_("Vim: Error: Failure to start gvim from NetBeans\n")); in check_tty()
2705 mch_errmsg(_("Vim: Error: This version of Vim does not run in a Cygwin terminal\n")); in check_tty()
2710 mch_errmsg(_("Vim: Warning: Output is not to a terminal\n")); in check_tty()
2712 mch_errmsg(_("Vim: Warning: Input is not from a terminal\n")); in check_tty()
3286 mch_errmsg(_(e_gui_cannot_be_used_not_enabled_at_compile_time)); in main_start_gui()
3287 mch_errmsg("\n"); in main_start_gui()
3377 mch_errmsg(longVersion); in mainerr()
3378 mch_errmsg("\n"); in mainerr()
3379 mch_errmsg(_(main_errors[n])); in mainerr()
3382 mch_errmsg(": \""); in mainerr()
3383 mch_errmsg((char *)str); in mainerr()
3384 mch_errmsg("\""); in mainerr()
3386 mch_errmsg(_("\nMore info with: \"vim -h\"\n")); in mainerr()