# HG changeset patch # User vimboss # Date 1134597738 0 # Node ID 2aac9eed5fbb17f81c4c270f90a6878e1de710e4 # Parent 05c67faedc8be91d3785044509cd0621a26977e0 updated for version 7.0170 diff --git a/runtime/doc/insert.txt b/runtime/doc/insert.txt --- 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*