summaryrefslogtreecommitdiffstats
path: root/runtime/doc/insert.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2005-12-14 22:02:18 +0000
committerBram Moolenaar <Bram@vim.org>2005-12-14 22:02:18 +0000
commit61da4986dd7380392ba2ac3c1dff5c27a47b7927 (patch)
treef990b5873a552d538f2b3975addf9680b754648f /runtime/doc/insert.txt
parent6496966ad1f64e6cb421adaec99143789de805c5 (diff)
updated for version 7.0170
Diffstat (limited to 'runtime/doc/insert.txt')
-rw-r--r--runtime/doc/insert.txt9
1 files changed, 8 insertions, 1 deletions
diff --git a/runtime/doc/insert.txt b/runtime/doc/insert.txt
index a62771d4cf..405af2f9a0 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 @@ NOTE: ":append" and ":insert" don't work properly in between ":if" and
{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*