For Vim version 5.0p. Last modification: 1997 Oct 12
VIM REFERENCE MANUAL by Bram Moolenaar
This file contains a list of error messages that Vim produces. It is not
complete. You can use this if you don't understand what the message means.
When an error message is displayed, but it is removed before you could read
it, you can see it again with:
> echo errmsg
> No such mapping
You have used an ":unmap" or ":unabbreviate" command with an argument which is
not an existing mapping. All variations of these commands give the same
message: ":cunmap", ":iunabbrev", etc.
> Ambiguous mapping
The first argument for a ":map" command starts with the same character(s) as
an already existing mapping. All variations of the ":map" command give the
same message: ":cmap", ":imap", etc.
vim:ts=8:sw=8:tw=78:
Generated by vim2html on Mon Nov 3 03:34:24 EST 1997