diff --git a/content/hints.js b/content/hints.js index 9af0aef8..f6813a5b 100644 --- a/content/hints.js +++ b/content/hints.js @@ -556,7 +556,9 @@ function Hints() //{{{ { validator: function (value) value >= 0 }); options.add(["followhints", "fh"], - "Change the way when to automatically follow hints", + // FIXME: this description isn't very clear but I can't think of a + // better one right now. + "Change the behaviour of in hint mode", "number", 0, { validator: function (value) value >= 0 && value < 3 }); diff --git a/locale/en-US/index.txt b/locale/en-US/index.txt index 524392c5..08bbe20a 100644 --- a/locale/en-US/index.txt +++ b/locale/en-US/index.txt @@ -255,8 +255,6 @@ section:Ex{nbsp}commands[ex-cmd-index,:index] section:Options[option-index] ||'activate'|| Define when tabs are automatically activated + -||'activelinkbgcolor'|| Background color of the current active link during hint mode + -||'activelinkfgcolor'|| Foreground color of the current active link during hint mode + ||'autodetector'|| set auto detect character encoding + ||'cdpath'|| List of directories searched when executing :cd + ||'complete'|| Items which are completed at the :[tab]open prompt + @@ -269,11 +267,12 @@ section:Options[option-index] ||'extendedhinttags'|| XPath string of hintable elements activated by ';' + ||'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 + ||'guioptions'|| Show or hide certain GUI elements like the menu or toolbar + ||'helpfile'|| Name of the main help file + ||'hintmatching'|| How links are matched + -||'hinttags'|| XPath string of hintable elements activated by 'f' and 'F' + +||'hinttags'|| XPath string of hintable elements activated by [m]f[m] and [m]F[m] + ||'hinttimeout'|| Automatically follow 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 + @@ -281,19 +280,17 @@ section:Options[option-index] ||'incsearch'|| Show where the search pattern matches as it is typed + ||'insertmode'|| Use Insert mode as the default for text areas + ||'laststatus'|| Show the status line + -||'linkbgcolor'|| Background color of a link during hint mode + -||'linkfgcolor'|| Foreground color of a link during hint mode + ||'linksearch'|| Limit the search to hyperlink text + ||'loadplugins'|| Load plugin scripts when starting up + ||'messages'|| Number of messages to store in the message history + ||'more'|| Pause the message list window when more than one screen of listings is displayed + ||'newtab'|| Define which commands should output in a new tab by default + -||'nextpattern'|| Patterns to use when guessing the 'next' page in a document sequence + +||'nextpattern'|| Patterns to use when guessing the \'next' page in a document sequence + ||'online'|| Set the \'work offline' option + ||'pageinfo'|| Desired info on :pa[geinfo] + ||'popups'|| Where to show requested popup windows + ||'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 + ||'scroll'|| Number of lines to scroll with and commands + ||'shell'|| Shell to use for executing :! and :run commands + diff --git a/locale/en-US/options.txt b/locale/en-US/options.txt index 512a106b..cd9ebe94 100644 --- a/locale/en-US/options.txt +++ b/locale/en-US/options.txt @@ -347,7 +347,7 @@ ____ ||'followhints' 'fh'|| number (default: 0) ____ -Change the function of hitting [m][m] in hint mode. Possible values: +Change the behaviour of [m][m] in hint mode. Possible values: `---------`---------------------------------------------------------------------------------------------------------------------------------------------------------- *0* Default behavior. Link is followed as soon as text uniquely identifies it. Pressing [m][m] follows the tab selected hint (if any) or the first link.