mirror of
https://github.com/vim/vim.git
synced 2025-09-25 03:54:15 -04:00
patch 9.0.1576: users may not know what to do with an internal error
Problem: Users may not know what to do with an internal error. Solution: Add a translated message with instructions.
This commit is contained in:
@@ -840,7 +840,8 @@ EXTERN char e_sorry_no_file_browser_in_console_mode[]
|
||||
#endif
|
||||
EXTERN char e_pattern_too_long[]
|
||||
INIT(= N_("E339: Pattern too long"));
|
||||
// E340 unused
|
||||
EXTERN char e_internal_error_please_report_a_bug[]
|
||||
INIT(= N_("E340: Internal error; if you can reproduce please report a bug"));
|
||||
EXTERN char e_internal_error_lalloc_zero[]
|
||||
INIT(= N_("E341: Internal error: lalloc(0, )"));
|
||||
EXTERN char e_out_of_memory_allocating_nr_bytes[]
|
||||
|
Reference in New Issue
Block a user