comparison runtime/doc/change.txt @ 856:8cd729851562 v7.0g

updated for version 7.0g
author vimboss
date Sun, 30 Apr 2006 18:54:39 +0000
parents 9f279ebda751
children a5677b7ce858
comparison
equal deleted inserted replaced
855:d2a4f08396fe 856:8cd729851562
1 *change.txt* For Vim version 7.0f. Last change: 2006 Apr 25 1 *change.txt* For Vim version 7.0g. Last change: 2006 Apr 30
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
468 :5>> move line 5 2 indents to the right 468 :5>> move line 5 2 indents to the right
469 469
470 ============================================================================== 470 ==============================================================================
471 4. Complex changes *complex-change* 471 4. Complex changes *complex-change*
472 472
473 4.1 Filter commands *filter* 473 4.1 Filter commands *filter*
474 474
475 A filter is a program that accepts text at standard input, changes it in some 475 A filter is a program that accepts text at standard input, changes it in some
476 way, and sends it to standard output. You can use the commands below to send 476 way, and sends it to standard output. You can use the commands below to send
477 some text through a filter, so that it is replace by the filter output. 477 some text through a filter, so that it is replace by the filter output.
478 Examples of filters are "sort", which sorts lines alphabetically, and 478 Examples of filters are "sort", which sorts lines alphabetically, and
898 [count] times. {Vi: no count} 898 [count] times. {Vi: no count}
899 899
900 *<MiddleMouse>* 900 *<MiddleMouse>*
901 ["x]<MiddleMouse> Put the text from a register before the cursor [count] 901 ["x]<MiddleMouse> Put the text from a register before the cursor [count]
902 times. Uses the "* register, unless another is 902 times. Uses the "* register, unless another is
903 specified. 903 specified.
904 Leaves the cursor at the end of the new text. 904 Leaves the cursor at the end of the new text.
905 Using the mouse only works when 'mouse' contains 'n' 905 Using the mouse only works when 'mouse' contains 'n'
906 or 'a'. 906 or 'a'.
907 {not in Vi} 907 {not in Vi}
908 If you have a scrollwheel and often accidentally paste 908 If you have a scrollwheel and often accidentally paste