forked from aniani/vim
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:
@@ -720,7 +720,7 @@ serverStrToWin(char_u *str)
|
||||
|
||||
sscanf((char *)str, "0x%x", &id);
|
||||
if (id == None)
|
||||
semsg(_("E573: Invalid server id used: %s"), str);
|
||||
semsg(_(e_invalid_server_id_used_str), str);
|
||||
|
||||
return (Window)id;
|
||||
}
|
||||
|
Reference in New Issue
Block a user