comparison runtime/doc/motion.txt @ 3750:536aa8b0c934

Update runtime files.
author Bram Moolenaar <bram@vim.org>
date Wed, 15 Aug 2012 17:43:31 +0200
parents 9910cbff5f16
children fa4089df54bc
comparison
equal deleted inserted replaced
3749:270bb87555db 3750:536aa8b0c934
1 *motion.txt* For Vim version 7.3. Last change: 2012 Jul 25 1 *motion.txt* For Vim version 7.3. Last change: 2012 Aug 04
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
324 <C-Home> or *gg* *<C-Home>* 324 <C-Home> or *gg* *<C-Home>*
325 gg Goto line [count], default first line, on the first 325 gg Goto line [count], default first line, on the first
326 non-blank character |linewise|. If 'startofline' not 326 non-blank character |linewise|. If 'startofline' not
327 set, keep the same column. 327 set, keep the same column.
328 328
329 *:[range]*
329 :[range] Set the cursor on the last line number in [range]. 330 :[range] Set the cursor on the last line number in [range].
330 [range] can also be just one line number, e.g., ":1" 331 [range] can also be just one line number, e.g., ":1"
331 or ":'m". 332 or ":'m".
332 In contrast with |G| this command does not modify the 333 In contrast with |G| this command does not modify the
333 |jumplist|. 334 |jumplist|.