comparison runtime/doc/motion.txt @ 593:d220eb88e4e4

updated for version 7.0168
author vimboss
date Mon, 12 Dec 2005 22:02:31 +0000
parents 86379a738de4
children 81fe2ccc1207
comparison
equal deleted inserted replaced
592:6a91f35b354d 593:d220eb88e4e4
1 *motion.txt* For Vim version 7.0aa. Last change: 2005 Dec 09 1 *motion.txt* For Vim version 7.0aa. Last change: 2005 Dec 12
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
55 |gq| gq text formatting 55 |gq| gq text formatting
56 |g?| g? ROT13 encoding 56 |g?| g? ROT13 encoding
57 |>| > shift right 57 |>| > shift right
58 |<| < shift left 58 |<| < shift left
59 |zf| zf define a fold 59 |zf| zf define a fold
60 |g@| g@ call function set with the 'operatorfunc' option
60 61
61 If the motion includes a count and the operator also had a count before it, 62 If the motion includes a count and the operator also had a count before it,
62 the two counts are multiplied. For example: "2d3w" deletes six words. 63 the two counts are multiplied. For example: "2d3w" deletes six words.
63 64
64 After applying the operator the cursor is mostly left at the start of the text 65 After applying the operator the cursor is mostly left at the start of the text