diff options
author | Bram Moolenaar <Bram@vim.org> | 2011-02-09 17:07:58 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2011-02-09 17:07:58 +0100 |
commit | d58e929fa283459957b0eab635fdaa9dcd61819c (patch) | |
tree | 92c871586e91c3c33b0a7447f12cc9a6d7184c30 /runtime/doc/message.txt | |
parent | 95474ca34c542d58d3f08703b7d96ad21b05beea (diff) | |
download | vim-git-d58e929fa283459957b0eab635fdaa9dcd61819c.tar.gz |
Updated runtime files and translations.
Diffstat (limited to 'runtime/doc/message.txt')
-rw-r--r-- | runtime/doc/message.txt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/runtime/doc/message.txt b/runtime/doc/message.txt index b0aa754aa..2a5f0f589 100644 --- a/runtime/doc/message.txt +++ b/runtime/doc/message.txt @@ -1,4 +1,4 @@ -*message.txt* For Vim version 7.3. Last change: 2010 Sep 14 +*message.txt* For Vim version 7.3. Last change: 2011 Jan 30 VIM REFERENCE MANUAL by Bram Moolenaar @@ -481,8 +481,10 @@ Also see |msdos-limitations|. *E339* > Pattern too long -This only happens on systems with 16 bit ints: The compiled regexp pattern is +This happens on systems with 16 bit ints: The compiled regexp pattern is longer than about 65000 characters. Try using a shorter pattern. +It also happens when the offset of a rule doesn't fit in the space available. +Try simplifying the pattern. *E45* > 'readonly' option is set (add ! to override) |