mirror of
https://github.com/neovim/neovim.git
synced 2025-09-16 00:08:19 +00:00
Bring E319 (cmd not available) in line with E519 (opt not available)
This commit is contained in:
@@ -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!
|
||||
|
Reference in New Issue
Block a user