mirror of
https://github.com/vim/vim.git
synced 2025-09-27 04:14:06 -04:00
patch 8.2.3977: error messages are spread out
Problem: Error messages are spread out. Solution: Move more error messages to errors.h.
This commit is contained in:
@@ -929,7 +929,7 @@ f_remote_read(typval_T *argvars UNUSED, typval_T *rettv)
|
||||
|| serverReadReply(X_DISPLAY, serverStrToWin(serverid),
|
||||
&r, FALSE, timeout) < 0)
|
||||
# endif
|
||||
emsg(_("E277: Unable to read a server reply"));
|
||||
emsg(_(e_unable_to_read_server_reply));
|
||||
}
|
||||
#endif
|
||||
rettv->v_type = VAR_STRING;
|
||||
|
Reference in New Issue
Block a user