1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-21 22:45:44 +01:00

Remove some erroneous entries from :help option-index (Janus Wel).

This commit is contained in:
Doug Kearns
2009-01-19 12:48:12 +11:00
parent 207913e49a
commit 2f2f753f2d
2 changed files with 6 additions and 10 deletions

View File

@@ -255,17 +255,14 @@ section:Ex{nbsp}commands[ex-cmd-index,:index]
section:Options[option-index] section:Options[option-index]
||'activate'|| Define when tabs are automatically activated + ||'activate'|| Define when tabs are automatically activated +
||'autodetector'|| set auto detect character encoding +
||'cdpath'|| List of directories searched when executing :cd + ||'cdpath'|| List of directories searched when executing :cd +
||'complete'|| Items which are completed at the :[tab]open prompt + ||'complete'|| Items which are completed at the :[tab]open prompt +
||'defsearch'|| Set the default search engine + ||'defsearch'|| Set the default search engine +
||'disabledcssheets'|| Set disabled CSS style sheets +
||'editor'|| Set the external text editor + ||'editor'|| Set the external text editor +
||'errorbells'|| Ring the bell when an error message is displayed + ||'errorbells'|| Ring the bell when an error message is displayed +
||'eventignore'|| List of autocommand event names which should be ignored + ||'eventignore'|| List of autocommand event names which should be ignored +
||'exrc'|| Allow reading of an RC file in the current directory + ||'exrc'|| Allow reading of an RC file in the current directory +
||'extendedhinttags'|| XPath string of hintable elements activated by [m];[m] + ||'extendedhinttags'|| XPath string of hintable elements activated by [m];[m] +
||'fileencoding'|| set the charactor encoding for the current page +
||'focuscontent'|| Try to stay in normal mode after loading a web page + ||'focuscontent'|| Try to stay in normal mode after loading a web page +
||'followhints'|| Change the behaviour of [m]<Return>[m] in hint mode + ||'followhints'|| Change the behaviour of [m]<Return>[m] in hint mode +
||'fullscreen'|| Show the current window fullscreen + ||'fullscreen'|| Show the current window fullscreen +
@@ -273,7 +270,7 @@ section:Options[option-index]
||'helpfile'|| Name of the main help file + ||'helpfile'|| Name of the main help file +
||'hintmatching'|| How links are matched + ||'hintmatching'|| How links are matched +
||'hinttags'|| XPath string of hintable elements activated by [m]f[m] and [m]F[m] + ||'hinttags'|| XPath string of hintable elements activated by [m]f[m] and [m]F[m] +
||'hinttimeout'|| Automatically follow non unique numerical hint + ||'hinttimeout'|| Timeout before automatically following a non-unique numerical hint +
||'history'|| Number of Ex commands and search patterns to store in the command-line history + ||'history'|| Number of Ex commands and search patterns to store in the command-line history +
||'hlsearch'|| Highlight previous search pattern matches + ||'hlsearch'|| Highlight previous search pattern matches +
||'ignorecase'|| Ignore case in search patterns + ||'ignorecase'|| Ignore case in search patterns +
@@ -292,7 +289,7 @@ section:Options[option-index]
||'preload'|| Speed up first time history/bookmark completion + ||'preload'|| Speed up first time history/bookmark completion +
||'previouspattern'|| Patterns to use when guessing the \'previous' page in a document sequence + ||'previouspattern'|| Patterns to use when guessing the \'previous' page in a document sequence +
||'runtimepath'|| List of directories searched for runtime files + ||'runtimepath'|| List of directories searched for runtime files +
||'scroll'|| Number of lines to scroll with and commands + ||'scroll'|| Number of lines to scroll with [m]<C-u>[m] and [m]<C-d>[m] commands +
||'shell'|| Shell to use for executing :! and :run commands + ||'shell'|| Shell to use for executing :! and :run commands +
||'shellcmdflag'|| Flag passed to shell when executing :! and :run commands + ||'shellcmdflag'|| Flag passed to shell when executing :! and :run commands +
||'showmode'|| Show the current mode in the command line + ||'showmode'|| Show the current mode in the command line +

View File

@@ -406,10 +406,9 @@ ____
|\'hto'| |\'hinttimeout'| |\'hto'| |\'hinttimeout'|
||'hinttimeout' 'hto'|| number (default: 0) ||'hinttimeout' 'hto'|| number (default: 0)
____ ____
Automatically follow non unique numerical hint after 'hinttimeout' Timeout before automatically following a non-unique numerical hint. Set to 0
milliseconds. + (the default) to only follow numeric hints after pressing [m]<Return>[m] or
Set to 0 (the default) to only follow numeric hints after pressing when the hint is unique.
[m]<Return>[m] or when the hint is unique.
____ ____
@@ -625,7 +624,7 @@ ____
|\'scr'| |\'scroll'| |\'scr'| |\'scroll'|
||'scroll' 'scr'|| number (default: 0) ||'scroll' 'scr'|| number (default: 0)
____ ____
Number of lines to scroll with C-u and C-d commands. Number of lines to scroll with [m]<C-u>[m] and [m]<C-d>[m] commands.
The number of lines scrolled defaults to half the window size. The number of lines scrolled defaults to half the window size.
When a [count] is specified to the [m]<C-u>[m] or [m]<C-d>[m] commands this is When a [count] is specified to the [m]<C-u>[m] or [m]<C-d>[m] commands this is
used to set the value of 'scroll' and also used for the current command. The used to set the value of 'scroll' and also used for the current command. The