diff options
author | Bram Moolenaar <Bram@vim.org> | 2005-07-27 21:13:01 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2005-07-27 21:13:01 +0000 |
commit | 87e25fdf80c7b45deee9c59389b51503e906d93b (patch) | |
tree | e477f86746245499e324e1d1e9ccada6aed035e9 /runtime/doc/insert.txt | |
parent | 231334e6efbf3a7f89183f8257e09492534a5f8c (diff) | |
download | vim-87e25fdf80c7b45deee9c59389b51503e906d93b.zip |
updated for version 7.0117
Diffstat (limited to 'runtime/doc/insert.txt')
-rw-r--r-- | runtime/doc/insert.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/doc/insert.txt b/runtime/doc/insert.txt index 222562bf1..95ef238c0 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 Apr 08 +*insert.txt* For Vim version 7.0aa. Last change: 2005 Jul 26 VIM REFERENCE MANUAL by Bram Moolenaar @@ -1004,6 +1004,7 @@ NOTE: ":append" and ":insert" don't work properly in between ":if" and Note that when using this command in a function or script, the insertion only starts after the function or script is finished. + This command does not work from |:normal|. {not in Vi} {not available when compiled without the +ex_extra feature} |