mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
patch 8.2.3987: error messages are spread out
Problem: Error messages are spread out. Solution: Move more error messages to errors.h.
This commit is contained in:
@@ -2596,7 +2596,7 @@ keymap_init(void)
|
||||
if (source_runtime(buf, 0) == FAIL)
|
||||
{
|
||||
vim_free(buf);
|
||||
return N_("E544: Keymap file not found");
|
||||
return N_(e_keymap_file_not_found);
|
||||
}
|
||||
}
|
||||
vim_free(buf);
|
||||
|
Reference in New Issue
Block a user