summaryrefslogtreecommitdiffstats
path: root/runtime
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2005-01-05 22:10:30 +0000
committerBram Moolenaar <Bram@vim.org>2005-01-05 22:10:30 +0000
commit06fb435a1c43a1ba114370bc59d8362830885513 (patch)
tree64740b2f0f93da57902fcd631905c69709c91c35 /runtime
parentf4c01101e749eb2602c9102eabe866445a742e70 (diff)
updated for version 7.0031
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/insert.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/insert.txt b/runtime/doc/insert.txt
index e738b83ba0..579068c586 100644
--- a/runtime/doc/insert.txt
+++ b/runtime/doc/insert.txt
@@ -1,4 +1,4 @@
-*insert.txt* For Vim version 7.0aa. Last change: 2004 Dec 21
+*insert.txt* For Vim version 7.0aa. Last change: 2005 Jan 05
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -975,7 +975,7 @@ These two commands will keep on asking for lines, until you type a line
containing only a ".". Watch out for lines starting with a backslash, see
|line-continuation|.
NOTE: ":append" and ":insert" don't work properly in between ":if" and
-":endif".
+":endif", ":for" and ":endfor", ":while" and ":endwhile".
*:start* *:startinsert*
:star[tinsert][!] Start Insert mode just after executing this command.