diff options
author | Bram Moolenaar <Bram@vim.org> | 2006-04-30 18:54:39 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2006-04-30 18:54:39 +0000 |
commit | c9b4b05b3544b434730eb218e848a1a441d5ffb2 (patch) | |
tree | c1550ddf398d2030ed25ee98e8342fcb41ac1c87 /runtime/doc/help.txt | |
parent | aa35dd1667c5903cdcc32ebe10f27bc6683c68a1 (diff) | |
download | vim-git-c9b4b05b3544b434730eb218e848a1a441d5ffb2.tar.gz |
updated for version 7.0gv7.0g
Diffstat (limited to 'runtime/doc/help.txt')
-rw-r--r-- | runtime/doc/help.txt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/runtime/doc/help.txt b/runtime/doc/help.txt index 4226704de..cdaa397a6 100644 --- a/runtime/doc/help.txt +++ b/runtime/doc/help.txt @@ -1,4 +1,4 @@ -*help.txt* For Vim version 7.0f. Last change: 2006 Apr 02 +*help.txt* For Vim version 7.0g. Last change: 2006 Apr 30 VIM - main help file k @@ -18,12 +18,12 @@ Get specific help: It is possible to go directly to whatever you want help *help-context* WHAT PREPEND EXAMPLE ~ Normal mode command (nothing) :help x - Visual mode command v_ :help v_u - Insert mode command i_ :help i_<Esc> - Command-line command : :help :quit + Visual mode command v_ :help v_u + Insert mode command i_ :help i_<Esc> + Command-line command : :help :quit Command-line editing c_ :help c_<Del> - Vim command argument - :help -r - Option ' :help 'textwidth' + Vim command argument - :help -r + Option ' :help 'textwidth' Search for help: Type ":help word", then hit CTRL-D to see matching help entries for "word". |