From ea8325024e4e07659822c43bb9d1ea37af77a6ab Mon Sep 17 00:00:00 2001 From: Michael Reed Date: Tue, 24 Mar 2015 21:35:14 -0400 Subject: Bring E319 (cmd not available) in line with E519 (opt not available) --- src/nvim/ex_docmd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/nvim/ex_docmd.c') diff --git a/src/nvim/ex_docmd.c b/src/nvim/ex_docmd.c index cf22477dc9..ed0f678e84 100644 --- a/src/nvim/ex_docmd.c +++ b/src/nvim/ex_docmd.c @@ -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! -- cgit