Dominique Pelle wrote:
> Patches 7.2.132 and 7.2.192 introduced new error messages,
> with the same number E812. However, the error messages in
> those patches are completely unrelated:
> - the first (7.2.132) one is about autocommands changing buffer
> - the second one (7.2.192) is about MzScheme.
>
> They should have a different error numbers.
>
> ":help E812" in latest doc files (ftp.nluug.nl::Vim/runtime/) only
> describes the error message about MzScheme.
>
>
> $ grep E812 vim7/src/*
> vim7/src/fileio.c:static char *e_auchangedbuf = N_("E812: Autocommands
> changed buffer or buffer name");
> vim7/src/if_mzsch.c: EMSG(_("E812: Sorry, this command is
> disabled, the MzScheme libraries could not be loaded."));
>
>
> $ grep E812 vim7/doc/*
> vim7/doc/if_mzsch.txt:5. Dynamic loading
> *mzscheme-dynamic* *E812*
Forgot to check this. I normally use 999 as a reminder I need to check
the next available number, this is what happens if I forget.
--
I am also told that there is a logical proof out there somewhere
that demonstrates that there is no task which duct tape cannot handle.
-- Paul Brannan
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\ download, build and distribute -- http://www.A-A-P.org ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_dev" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---