diff runtime/doc/insert.txt @ 74:1154524da1cd

updated for version 7.0031
author vimboss
date Wed, 05 Jan 2005 22:10:30 +0000
parents f1d2a58883b9
children 8ecb0db93e9a
line wrap: on
line diff
--- 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 f
 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.