summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Brabandt <cb@256bit.org>2024-05-18 19:11:10 +0200
committerChristian Brabandt <cb@256bit.org>2024-05-18 19:11:29 +0200
commit5f757147303dbf4c5c3122bbabf77839c3725043 (patch)
treea241a6ab68d971361610734fbd444bbee1f79f35
parent5cf5301e2847c5a1a380ae030c58825b5c6fe275 (diff)
runtime(doc): clarify why E195 is returned
Signed-off-by: Christian Brabandt <cb@256bit.org>
-rw-r--r--runtime/doc/starting.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/runtime/doc/starting.txt b/runtime/doc/starting.txt
index a1c9d1de37..b8ffa6569d 100644
--- a/runtime/doc/starting.txt
+++ b/runtime/doc/starting.txt
@@ -1,4 +1,4 @@
-*starting.txt* For Vim version 9.1. Last change: 2024 May 05
+*starting.txt* For Vim version 9.1. Last change: 2024 May 18
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1712,7 +1712,8 @@ most of the information will be restored).
|viminfo-file-name| above).
If [!] is given, then any information that is
already set (registers, marks, |v:oldfiles|, etc.)
- will be overwritten.
+ will be overwritten. "E195" may be given, when
+ 'viminfofile' has been set to "NONE".
*:wv* *:wviminfo* *E137* *E138* *E574* *E886* *E929*
:wv[iminfo][!] [file] Write to viminfo file [file] (default: see