comparison runtime/doc/motion.txt @ 16808:c002c4899529

Update runtime files. commit https://github.com/vim/vim/commit/68e6560b84f196c82e27a72669684d5506a3a837 Author: Bram Moolenaar <Bram@vim.org> Date: Sun May 26 21:33:31 2019 +0200 Update runtime files.
author Bram Moolenaar <Bram@vim.org>
date Sun, 26 May 2019 21:45:07 +0200
parents 1eaf34420bb3
children d23afa4d8b63
comparison
equal deleted inserted replaced
16807:ce0eea70294d 16808:c002c4899529
51 |gu| gu make lowercase 51 |gu| gu make lowercase
52 |gU| gU make uppercase 52 |gU| gU make uppercase
53 |!| ! filter through an external program 53 |!| ! filter through an external program
54 |=| = filter through 'equalprg' or C-indenting if empty 54 |=| = filter through 'equalprg' or C-indenting if empty
55 |gq| gq text formatting 55 |gq| gq text formatting
56 |gw| gw text formatting with no cursor movement
56 |g?| g? ROT13 encoding 57 |g?| g? ROT13 encoding
57 |>| > shift right 58 |>| > shift right
58 |<| < shift left 59 |<| < shift left
59 |zf| zf define a fold 60 |zf| zf define a fold
60 |g@| g@ call function set with the 'operatorfunc' option 61 |g@| g@ call function set with the 'operatorfunc' option