diff options
author | Michael Reed <m.reed@mykolab.com> | 2015-03-24 21:35:14 -0400 |
---|---|---|
committer | Michael Reed <m.reed@mykolab.com> | 2015-04-10 16:38:11 -0400 |
commit | ea8325024e4e07659822c43bb9d1ea37af77a6ab (patch) | |
tree | d24f894f9e620e926ce7fc626eb089d5ddbba6b8 /src/nvim/ex_docmd.c | |
parent | baba9f7096fac2447b600a2bc501697ba17f6bde (diff) | |
download | rneovim-ea8325024e4e07659822c43bb9d1ea37af77a6ab.tar.gz rneovim-ea8325024e4e07659822c43bb9d1ea37af77a6ab.tar.bz2 rneovim-ea8325024e4e07659822c43bb9d1ea37af77a6ab.zip |
Bring E319 (cmd not available) in line with E519 (opt not available)
Diffstat (limited to 'src/nvim/ex_docmd.c')
-rw-r--r-- | src/nvim/ex_docmd.c | 2 |
1 files changed, 1 insertions, 1 deletions
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! |