diff runtime/doc/various.txt @ 298:f9de3e679a04

updated for version 7.0078
author vimboss
date Wed, 01 Jun 2005 21:56:33 +0000
parents 1c1cbdc42f75
children 28730e33f13a
line wrap: on
line diff
--- a/runtime/doc/various.txt
+++ b/runtime/doc/various.txt
@@ -399,15 +399,20 @@ N  *+X11*		Unix only: can restore window
 :redi[r] >> {file}	Redirect messages to file {file}.  Append if {file}
 			already exists.  {not in Vi}
 
-:redi[r] @{a-zA-Z}	Redirect messages to register {a-z}.  Append to the
+:redi[r] @{a-zA-Z}>	Redirect messages to register {a-z}.  Append to the
 			contents of the register if its name is given
-			uppercase {A-Z}.  {not in Vi}
+			uppercase {A-Z}.  For backward compatibility, the ">"
+			after the register name can be omitted. {not in Vi}
 :redi[r] @{a-z}>>	Append messages to register {a-z}. {not in Vi}
 
-:redi[r] @*		Redirect messages to the clipboard. {not in Vi}
+:redi[r] @*>		Redirect messages to the clipboard. For backward
+			compatibility, the ">" after the register name can be
+			omitted. {not in Vi}
 :redi[r] @*>>		Append messages to the clipboard. {not in Vi}
 
-:redi[r] @"		Redirect messages to the unnamed register. {not in Vi}
+:redi[r] @">		Redirect messages to the unnamed register. For
+			backward compatibility, the ">" after the register
+			name can be omitted. {not in Vi}
 :redi[r] @">>		Append messages to the unnamed register. {not in Vi}
 
 :redi[r] => {var}	Redirect messages to a variable.  If the variable