Bring E319 (cmd not available) in line with E519 (opt not available)

This commit is contained in:
Michael Reed
2015-03-24 21:35:14 -04:00
parent baba9f7096
commit ea8325024e
39 changed files with 39 additions and 39 deletions

View File

@@ -3275,7 +3275,7 @@ void ex_ni(exarg_T *eap)
{
if (!eap->skip)
eap->errmsg = (char_u *)N_(
"E319: Sorry, the command is not available in this version");
"E319: The command is not available in this version");
}
/// Stub function for script command which is Not Implemented. NI!