summaryrefslogtreecommitdiffstats
path: root/runtime/doc/insert.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-02-01 22:37:05 +0100
committerBram Moolenaar <Bram@vim.org>2016-02-01 22:37:05 +0100
commit5e9b2fa9bb0e6061cf18457c173cd141a5dc9c92 (patch)
tree7d43f24e26507bdf133aa825e5f6ada25669985b /runtime/doc/insert.txt
parent488a130ea261f02317adc2c2ca93cc6e68cf2c23 (diff)
Updated runtime files and translations.
Diffstat (limited to 'runtime/doc/insert.txt')
-rw-r--r--runtime/doc/insert.txt8
1 files changed, 1 insertions, 7 deletions
diff --git a/runtime/doc/insert.txt b/runtime/doc/insert.txt
index 787d6115a6..a8d10933b7 100644
--- a/runtime/doc/insert.txt
+++ b/runtime/doc/insert.txt
@@ -1,4 +1,4 @@
-*insert.txt* For Vim version 7.4. Last change: 2015 Sep 15
+*insert.txt* For Vim version 7.4. Last change: 2016 Jan 31
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1872,8 +1872,6 @@ NOTE: These commands cannot be used with |:global| or |:vglobal|.
or script is finished.
This command does not work from |:normal|.
{not in Vi}
- {not available when compiled without the |+ex_extra|
- feature}
*:stopi* *:stopinsert*
:stopi[nsert] Stop Insert mode as soon as possible. Works like
@@ -1891,15 +1889,11 @@ NOTE: These commands cannot be used with |:global| or |:vglobal|.
script that the replacement will only start after
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}
==============================================================================
10. Inserting a file *inserting-file*