summaryrefslogtreecommitdiffstats
path: root/runtime/doc/message.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2023-05-24 21:02:24 +0100
committerBram Moolenaar <Bram@vim.org>2023-05-24 21:02:24 +0100
commit097c5370ea8abab17ceb0f3bcd74f57b1655c7f7 (patch)
tree031d9928ff74a50cb4f7eb25270e13561a2d8d27 /runtime/doc/message.txt
parenta8490a4952c320f234ae4528d4a1e812a27f3a0a (diff)
patch 9.0.1576: users may not know what to do with an internal errorv9.0.1576
Problem: Users may not know what to do with an internal error. Solution: Add a translated message with instructions.
Diffstat (limited to 'runtime/doc/message.txt')
-rw-r--r--runtime/doc/message.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/runtime/doc/message.txt b/runtime/doc/message.txt
index 2e23ac4f95..c774ff9b81 100644
--- a/runtime/doc/message.txt
+++ b/runtime/doc/message.txt
@@ -78,7 +78,7 @@ See `:messages` above.
LIST OF MESSAGES
*E222* *E228* *E232* *E293* *E298* *E304* *E317*
*E318* *E356* *E438* *E439* *E440* *E316* *E320* *E322*
- *E323* *E341* *E473* *E570* *E685* *E292*
+ *E323* *E341* *E473* *E570* *E292*
Add to read buffer ~
makemap: Illegal mode ~
Cannot create BalloonEval with both message and callback ~
@@ -99,9 +99,9 @@ LIST OF MESSAGES
Internal error in regexp ~
fatal error in cs_manage_matches ~
Invalid count for del_bytes(): {N} ~
-
+ *E340* *E685* *internal-error*
This is an internal error. If you can reproduce it, please send in a bug
-report. |bugs|
+report, see |bugs|.
ATTENTION ~