From 2f2f753f2d45bd9ee8c0670d22a380b96fe079d5 Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Mon, 19 Jan 2009 12:48:12 +1100 Subject: [PATCH] Remove some erroneous entries from :help option-index (Janus Wel). --- vimperator/locale/en-US/index.txt | 7 ++----- vimperator/locale/en-US/options.txt | 9 ++++----- 2 files changed, 6 insertions(+), 10 deletions(-) diff --git a/vimperator/locale/en-US/index.txt b/vimperator/locale/en-US/index.txt index 8a3af99a..d573b28d 100644 --- a/vimperator/locale/en-US/index.txt +++ b/vimperator/locale/en-US/index.txt @@ -255,17 +255,14 @@ section:Ex{nbsp}commands[ex-cmd-index,:index] section:Options[option-index] ||'activate'|| Define when tabs are automatically activated + -||'autodetector'|| set auto detect character encoding + ||'cdpath'|| List of directories searched when executing :cd + ||'complete'|| Items which are completed at the :[tab]open prompt + ||'defsearch'|| Set the default search engine + -||'disabledcssheets'|| Set disabled CSS style sheets + ||'editor'|| Set the external text editor + ||'errorbells'|| Ring the bell when an error message is displayed + ||'eventignore'|| List of autocommand event names which should be ignored + ||'exrc'|| Allow reading of an RC file in the current directory + ||'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 + ||'followhints'|| Change the behaviour of [m][m] in hint mode + ||'fullscreen'|| Show the current window fullscreen + @@ -273,7 +270,7 @@ section:Options[option-index] ||'helpfile'|| Name of the main help file + ||'hintmatching'|| How links are matched + ||'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 + ||'hlsearch'|| Highlight previous search pattern matches + ||'ignorecase'|| Ignore case in search patterns + @@ -292,7 +289,7 @@ section:Options[option-index] ||'preload'|| Speed up first time history/bookmark completion + ||'previouspattern'|| Patterns to use when guessing the \'previous' page in a document sequence + ||'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][m] and [m][m] commands + ||'shell'|| Shell to use for executing :! and :run commands + ||'shellcmdflag'|| Flag passed to shell when executing :! and :run commands + ||'showmode'|| Show the current mode in the command line + diff --git a/vimperator/locale/en-US/options.txt b/vimperator/locale/en-US/options.txt index c16c99cc..6b043cb7 100644 --- a/vimperator/locale/en-US/options.txt +++ b/vimperator/locale/en-US/options.txt @@ -406,10 +406,9 @@ ____ |\'hto'| |\'hinttimeout'| ||'hinttimeout' 'hto'|| number (default: 0) ____ -Automatically follow non unique numerical hint after 'hinttimeout' -milliseconds. + -Set to 0 (the default) to only follow numeric hints after pressing -[m][m] or when the hint is unique. +Timeout before automatically following a non-unique numerical hint. Set to 0 +(the default) to only follow numeric hints after pressing [m][m] or +when the hint is unique. ____ @@ -625,7 +624,7 @@ ____ |\'scr'| |\'scroll'| ||'scroll' 'scr'|| number (default: 0) ____ -Number of lines to scroll with C-u and C-d commands. +Number of lines to scroll with [m][m] and [m][m] commands. The number of lines scrolled defaults to half the window size. When a [count] is specified to the [m][m] or [m][m] commands this is used to set the value of 'scroll' and also used for the current command. The