diff options
author | Bram Moolenaar <Bram@vim.org> | 2005-12-14 22:02:18 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2005-12-14 22:02:18 +0000 |
commit | 61da4986dd7380392ba2ac3c1dff5c27a47b7927 (patch) | |
tree | f990b5873a552d538f2b3975addf9680b754648f /runtime/doc/insert.txt | |
parent | 6496966ad1f64e6cb421adaec99143789de805c5 (diff) | |
download | vim-git-61da4986dd7380392ba2ac3c1dff5c27a47b7927.tar.gz |
updated for version 7.0170
Diffstat (limited to 'runtime/doc/insert.txt')
-rw-r--r-- | runtime/doc/insert.txt | 9 |
1 files changed, 8 insertions, 1 deletions
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 @@ -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* |