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) --- runtime/doc/message.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime/doc') diff --git a/runtime/doc/message.txt b/runtime/doc/message.txt index 67669991c2..bd236536c0 100644 --- a/runtime/doc/message.txt +++ b/runtime/doc/message.txt @@ -521,7 +521,7 @@ for about 14 levels. When more nesting is done, Vim assumes that there is a recursive loop somewhere and stops with this error message. *E319* > - Sorry, the command is not available in this version + The command is not available in this version You have used a command that is not present in the version of Vim you are using. When compiling Vim, many different features can be enabled or -- cgit