mirror of
https://github.com/vim/vim.git
synced 2025-09-25 03:54:15 -04:00
patch 8.2.3749: error messages are everywhere
Problem: Error messages are everywhere. Solution: Move more error messages to errors.h and adjust the names.
This commit is contained in:
@@ -713,7 +713,7 @@ buf_write(
|
||||
// Avoid a crash for a long name.
|
||||
if (STRLEN(fname) >= MAXPATHL)
|
||||
{
|
||||
emsg(_(e_longname));
|
||||
emsg(_(e_name_too_long));
|
||||
return FAIL;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user