changeset 599:2aac9eed5fbb

updated for version 7.0170
author vimboss
date Wed, 14 Dec 2005 22:02:18 +0000
parents 05c67faedc8b
children 3871315b26ca
files runtime/doc/insert.txt
diffstat 1 files changed, 8 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/runtime/doc/insert.txt
+++ b/runtime/doc/insert.txt
@@ -1,4 +1,4 @@
-*insert.txt*    For Vim version 7.0aa.  Last change: 2005 Dec 12
+*insert.txt*    For Vim version 7.0aa.  Last change: 2005 Dec 14
 
 
 		  VIM REFERENCE MANUAL    by Bram Moolenaar
@@ -1275,6 +1275,13 @@ NOTE: ":append" and ":insert" don't work
 			{not available when compiled without the +ex_extra
 			feature}
 
+							*:startgreplace*
+:startg[replace][!]	Just like |:startreplace|, but use Virtual Replace
+			mode, like with |gR|.
+			{not in Vi}
+			{not available when compiled without the +ex_extra
+			feature}
+
 ==============================================================================
 10. Inserting a file					*inserting-file*