comparison runtime/doc/usr_10.txt @ 205:d292c40ca788

updated for version 7.0060
author vimboss
date Tue, 15 Mar 2005 22:43:58 +0000
parents 3fc0f57ecb91
children 4707450c2b33
comparison
equal deleted inserted replaced
204:a7547c77e563 205:d292c40ca788
1 *usr_10.txt* For Vim version 7.0aa. Last change: 2004 Mar 12 1 *usr_10.txt* For Vim version 7.0aa. Last change: 2005 Mar 15
2 2
3 VIM USER MANUAL - by Bram Moolenaar 3 VIM USER MANUAL - by Bram Moolenaar
4 4
5 Making big changes 5 Making big changes
6 6
435 435
436 If the string you insert contains a newline, the "I" acts just like a Normal 436 If the string you insert contains a newline, the "I" acts just like a Normal
437 insert command and affects only the first line of the block. 437 insert command and affects only the first line of the block.
438 438
439 The "A" command works the same way, except that it appends after the right 439 The "A" command works the same way, except that it appends after the right
440 side of the block. 440 side of the block. And it does insert text in a short line. Thus you can
441 make a choice whether you do or don't want to append text to a short line.
441 There is one special case for "A": Select a Visual block and then use "$" 442 There is one special case for "A": Select a Visual block and then use "$"
442 to make the block extend to the end of each line. Using "A" now will append 443 to make the block extend to the end of each line. Using "A" now will append
443 the text to the end of each line. 444 the text to the end of each line.
444 Using the same example from above, and then typing "$A XXX<Esc>, you get 445 Using the same example from above, and then typing "$A XXX<Esc>, you get
445 this result: 446 this result: