]> granicus.if.org Git - vim/commitdiff
updated for version 7.0170
authorBram Moolenaar <Bram@vim.org>
Wed, 14 Dec 2005 22:02:18 +0000 (22:02 +0000)
committerBram Moolenaar <Bram@vim.org>
Wed, 14 Dec 2005 22:02:18 +0000 (22:02 +0000)
runtime/doc/insert.txt

index a62771d4cf2b38eddfd00b553f26ccea18651c65..405af2f9a0163f0013b2ae7a486b95efdedbfac0 100644 (file)
@@ -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
@@ -1273,6 +1273,13 @@ NOTE: ":append" and ":insert" don't work properly in between ":if" and
                        the function or script is finished.
                        {not in Vi}
                        {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}
 
 ==============================================================================