mirror of
https://github.com/vim/vim
synced 2025-07-16 09:12:00 +00:00
patch 9.0.1594: some internal error messages are translated
Problem: Some internal error messages are translated. Solution: Consistently do not translate internal error messages. (closes #12459)
This commit is contained in:
committed by
Bram Moolenaar
parent
3c240f608c
commit
68ebcee023
@ -3887,7 +3887,7 @@ find_ex_command(
|
||||
|
||||
if (command_count != (int)CMD_SIZE)
|
||||
{
|
||||
iemsg(_(e_command_table_needs_to_be_updated_run_make_cmdidxs));
|
||||
iemsg(e_command_table_needs_to_be_updated_run_make_cmdidxs);
|
||||
getout(1);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user