updated for version 7.0170
diff --git a/runtime/doc/insert.txt b/runtime/doc/insert.txt
index a62771d..405af2f 100644
--- 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 @@
 			{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*