mirror of
https://github.com/vim/vim.git
synced 2025-09-26 04:04:07 -04:00
patch 8.2.3967: error messages are spread out
Problem: Error messages are spread out. Solution: Move more errors to errors.h.
This commit is contained in:
@@ -1298,7 +1298,7 @@ ex_mkrc(exarg_T *eap)
|
||||
|| ((ssop_flags & SSOP_CURDIR) && globaldir != NULL)))
|
||||
{
|
||||
if (mch_chdir((char *)dirnow) != 0)
|
||||
emsg(_(e_prev_dir));
|
||||
emsg(_(e_cannot_go_back_to_previous_directory));
|
||||
shorten_fnames(TRUE);
|
||||
}
|
||||
vim_free(dirnow);
|
||||
|
Reference in New Issue
Block a user