changeset 35201:4097f1307d68

runtime(doc): clarify why E195 is returned Commit: https://github.com/vim/vim/commit/5f757147303dbf4c5c3122bbabf77839c3725043 Author: Christian Brabandt <cb@256bit.org> Date: Sat May 18 19:11:10 2024 +0200 runtime(doc): clarify why E195 is returned Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Sat, 18 May 2024 19:15:03 +0200
parents 7f5de3ce54c8
children a786d0dab454
files runtime/doc/starting.txt
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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