diff options
author | Bram Moolenaar <Bram@vim.org> | 2005-12-02 00:46:37 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2005-12-02 00:46:37 +0000 |
commit | f4d1145328c9e234730f4f3cb45116ba46be1594 (patch) | |
tree | fdeeb39f97fc913d014c76536e0deef7872d5ae1 /runtime/doc/help.txt | |
parent | c6039d8fcbcc991de374c50f0a2f7ffb96d8437c (diff) | |
download | vim-git-f4d1145328c9e234730f4f3cb45116ba46be1594.tar.gz |
updated for version 7.0162
Diffstat (limited to 'runtime/doc/help.txt')
-rw-r--r-- | runtime/doc/help.txt | 21 |
1 files changed, 14 insertions, 7 deletions
diff --git a/runtime/doc/help.txt b/runtime/doc/help.txt index 5fa8cf1e4..c2d4afee0 100644 --- a/runtime/doc/help.txt +++ b/runtime/doc/help.txt @@ -1,4 +1,4 @@ -*help.txt* For Vim version 7.0aa. Last change: 2005 Sep 01 +*help.txt* For Vim version 7.0aa. Last change: 2005 Nov 30 VIM - main help file k @@ -17,13 +17,13 @@ Get specific help: It is possible to go directly to whatever you want help It is possible to further specify the context: *help-context* WHAT PREPEND EXAMPLE ~ - Normal mode commands (nothing) :help x - Visual mode commands v_ :help v_u - Insert mode commands i_ :help i_<Esc> - Command-line commands : :help :quit + 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 Command-line editing c_ :help c_<Del> - Vim command arguments - :help -r - Options ' :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". @@ -191,6 +191,13 @@ Standard plugins ~ |pi_expl.txt| File explorer LOCAL ADDITIONS: *local-additions* +|cecutil.txt| DrChip's Utilities Jun 11, 2004 +|engspchk.txt| English Spelling Checker (v61) Mar 14, 2005 +|example.txt| Example for a locally added help file +|matchit.txt| Extended "%" matching +|test.txt| Testing the hélp cömmånd nôw +|typecorr.txt| Plugin for correcting typing mistakes +|helpp.txt| Dummy line to avoid an error message ------------------------------------------------------------------------------ *bars* Bars example |