summaryrefslogtreecommitdiffstats
path: root/runtime/doc/message.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2017-10-14 15:24:49 +0200
committerBram Moolenaar <Bram@vim.org>2017-10-14 15:24:49 +0200
commit6047e2c722347ae9443c2632c6e061918ccef9c6 (patch)
tree10ef3ad656c74b93ac7d5eb3e1728dffc391e198 /runtime/doc/message.txt
parent1d68d9b2bd60d848552c08763e590edde16056c9 (diff)
patch 8.0.1189: E172 is not actually usefulv8.0.1189
Problem: E172 is not actually useful, it's only on Unix anyway. Solution: Remove the check and the error.
Diffstat (limited to 'runtime/doc/message.txt')
-rw-r--r--runtime/doc/message.txt6
1 files changed, 0 insertions, 6 deletions
diff --git a/runtime/doc/message.txt b/runtime/doc/message.txt
index 5eeba0cf4a..dbc4280b70 100644
--- a/runtime/doc/message.txt
+++ b/runtime/doc/message.txt
@@ -463,12 +463,6 @@ changed. To avoid the message reset the 'warn' option.
Something inside Vim went wrong and resulted in a NULL pointer. If you know
how to reproduce this problem, please report it. |bugs|
- *E172* >
- Only one file name allowed
-
-The ":edit" command only accepts one file name. When you want to specify
-several files for editing use ":next" |:next|.
-
*E41* *E82* *E83* *E342* >
Out of memory!
Out of memory! (allocating {number} bytes)