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*
Regards
-- Dominique
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_dev" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---