summaryrefslogtreecommitdiffstats
path: root/runtime/doc/message.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-10-19 17:01:28 +0200
committerBram Moolenaar <Bram@vim.org>2019-10-19 17:01:28 +0200
commit00e192becd50a38cb21a1bc3f86fcc7a21f8ee88 (patch)
tree4776eda21d139fc8a4d051db196f43820e33fca0 /runtime/doc/message.txt
parentb98678a974914aaf1d00b575364c13a6446353bf (diff)
patch 8.1.2180: Error E303 is not useful when 'directory' is emptyv8.1.2180
Problem: Error E303 is not useful when 'directory' is empty. Solution: Skip the error message. (Daniel Hahler, #5067)
Diffstat (limited to 'runtime/doc/message.txt')
-rw-r--r--runtime/doc/message.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/doc/message.txt b/runtime/doc/message.txt
index c4e08f27fc..8160d2157a 100644
--- a/runtime/doc/message.txt
+++ b/runtime/doc/message.txt
@@ -582,7 +582,8 @@ allowed for the command that was used.
Vim was not able to create a swap file. You can still edit the file, but if
Vim unexpectedly exits the changes will be lost. And Vim may consume a lot of
memory when editing a big file. You may want to change the 'directory' option
-to avoid this error. See |swap-file|.
+to avoid this error. This error is not given when 'directory' is empty. See
+|swap-file|.
*E140* >
Use ! to write partial buffer