comparison runtime/doc/insert.txt @ 446:7472c565592a v7.0117

updated for version 7.0117
author vimboss
date Wed, 27 Jul 2005 21:13:01 +0000
parents 4707450c2b33
children 3709cf52b9b5
comparison
equal deleted inserted replaced
445:c773cb978acf 446:7472c565592a
1 *insert.txt* For Vim version 7.0aa. Last change: 2005 Apr 08 1 *insert.txt* For Vim version 7.0aa. Last change: 2005 Jul 26
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
1002 included it works like "A", append to the line. 1002 included it works like "A", append to the line.
1003 Otherwise insertion starts at the cursor position. 1003 Otherwise insertion starts at the cursor position.
1004 Note that when using this command in a function or 1004 Note that when using this command in a function or
1005 script, the insertion only starts after the function 1005 script, the insertion only starts after the function
1006 or script is finished. 1006 or script is finished.
1007 This command does not work from |:normal|.
1007 {not in Vi} 1008 {not in Vi}
1008 {not available when compiled without the +ex_extra 1009 {not available when compiled without the +ex_extra
1009 feature} 1010 feature}
1010 1011
1011 *:stopi* *:stopinsert* 1012 *:stopi* *:stopinsert*