diff options
author | Bram Moolenaar <Bram@vim.org> | 2019-04-08 16:25:07 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2019-04-08 16:25:07 +0200 |
commit | 62e1bb4a111e7ce570c30965f40a68a07a9da5b0 (patch) | |
tree | 74aff99ea74462b68d02fb23c7c153318a216e59 /runtime/doc/message.txt | |
parent | 049736fa8af211886848d4a847b45d5d991c9687 (diff) | |
download | vim-git-62e1bb4a111e7ce570c30965f40a68a07a9da5b0.tar.gz |
Update runtime files.
Diffstat (limited to 'runtime/doc/message.txt')
-rw-r--r-- | runtime/doc/message.txt | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/runtime/doc/message.txt b/runtime/doc/message.txt index 638d7c7c4..65cd8df08 100644 --- a/runtime/doc/message.txt +++ b/runtime/doc/message.txt @@ -1,4 +1,4 @@ -*message.txt* For Vim version 8.1. Last change: 2018 Dec 30 +*message.txt* For Vim version 8.1. Last change: 2019 Apr 04 VIM REFERENCE MANUAL by Bram Moolenaar @@ -703,11 +703,13 @@ Or use ":set nocp". This happens when an Ex command with mandatory argument(s) was executed, but no argument has been specified. - *E474* *E475* > + *E474* *E475* *E983* > Invalid argument Invalid argument: {arg} + Duplicate argument: {arg} -An Ex command has been executed, but an invalid argument has been specified. +An Ex command or function has been executed, but an invalid argument has been +specified. *E488* > Trailing characters |