comparison runtime/doc/help.txt @ 7557:502ca0a62fd8

commit https://github.com/vim/vim/commit/acb4f221c715a333f4c49a2235a8006c6ac6e4d5 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jan 10 15:59:26 2016 +0100 Updated runtime files.
author Christian Brabandt <cb@256bit.org>
date Sun, 10 Jan 2016 16:00:06 +0100
parents 29c328f69aaa
children 3012eaddb6b2
comparison
equal deleted inserted replaced
7556:823c4567b8a2 7557:502ca0a62fd8
1 *help.txt* For Vim version 7.4. Last change: 2015 Jun 21 1 *help.txt* For Vim version 7.4. Last change: 2016 Jan 09
2 2
3 VIM - main help file 3 VIM - main help file
4 k 4 k
5 Move around: Use the cursor keys, or "h" to go left, h l 5 Move around: Use the cursor keys, or "h" to go left, h l
6 "j" to go down, "k" to go up, "l" to go right. j 6 "j" to go down, "k" to go up, "l" to go right. j
23 Command-line command : :help :quit 23 Command-line command : :help :quit
24 Command-line editing c_ :help c_<Del> 24 Command-line editing c_ :help c_<Del>
25 Vim command argument - :help -r 25 Vim command argument - :help -r
26 Option ' :help 'textwidth' 26 Option ' :help 'textwidth'
27 Regular expression / :help /[ 27 Regular expression / :help /[
28 Also see |help-summary| for a verbose explanation.
29
28 Search for help: Type ":help word", then hit CTRL-D to see matching 30 Search for help: Type ":help word", then hit CTRL-D to see matching
29 help entries for "word". 31 help entries for "word".
30 Or use ":helpgrep word". |:helpgrep| 32 Or use ":helpgrep word". |:helpgrep|
31 33
32 VIM stands for Vi IMproved. Most of VIM was made by Bram Moolenaar, but only 34 VIM stands for Vi IMproved. Most of VIM was made by Bram Moolenaar, but only