mirror of
https://github.com/vim/vim.git
synced 2025-09-24 03:44:06 -04:00
patch 8.2.3986: error messages are spread out
Problem: Error messages are spread out. Solution: Move more error messages to errors.h.
This commit is contained in:
@@ -60,7 +60,7 @@ ex_help(exarg_T *eap)
|
||||
|
||||
if (eap->forceit && *arg == NUL && !curbuf->b_help)
|
||||
{
|
||||
emsg(_("E478: Don't panic!"));
|
||||
emsg(_(e_dont_panic));
|
||||
return;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user