From: Bram Moolenaar Date: Wed, 14 Dec 2005 22:02:18 +0000 (+0000) Subject: updated for version 7.0170 X-Git-Tag: v7.0170~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=61da4986dd7380392ba2ac3c1dff5c27a47b7927;p=vim updated for version 7.0170 --- diff --git a/runtime/doc/insert.txt b/runtime/doc/insert.txt index a62771d4c..405af2f9a 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 @@ -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} ==============================================================================