diff options
author | Bram Moolenaar <Bram@vim.org> | 2016-07-15 22:54:41 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2016-07-15 22:54:41 +0200 |
commit | 269f595f9eef584937e7eae70fde68cdd7da5bcf (patch) | |
tree | 67631e8ab3b7f15377a35dd27024613570b37618 /runtime/doc/message.txt | |
parent | e0d3797664c59afc9705808f86a7cf00fd6d874d (diff) | |
download | vim-git-269f595f9eef584937e7eae70fde68cdd7da5bcf.tar.gz |
Updated runtime files.
Diffstat (limited to 'runtime/doc/message.txt')
-rw-r--r-- | runtime/doc/message.txt | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/runtime/doc/message.txt b/runtime/doc/message.txt index d41915e00..65c222da3 100644 --- a/runtime/doc/message.txt +++ b/runtime/doc/message.txt @@ -1,4 +1,4 @@ -*message.txt* For Vim version 7.4. Last change: 2016 Apr 14 +*message.txt* For Vim version 7.4. Last change: 2016 Jul 14 VIM REFERENCE MANUAL by Bram Moolenaar @@ -673,6 +673,12 @@ You must be using an awful lot of buffers. It's now possible that two buffers have the same number, which causes various problems. You might want to exit Vim and restart it. + *E931* > + Buffer cannot be registered + +Out of memory or a duplicate buffer number. May habben after W14. Looking up +a buffer will not always work, better restart Vim. + *E296* *E297* > Seek error in swap file write Write error in swap file |