From ebf6f2d33bd4387c7673f6fc7da4bc57342554f4 Mon Sep 17 00:00:00 2001 From: Kris Maglione Date: Tue, 7 Oct 2008 20:41:02 +0000 Subject: [PATCH] Update docs to reflect lack of *style options --- locale/en-US/index.txt | 2 -- locale/en-US/options.txt | 29 +---------------------------- 2 files changed, 1 insertion(+), 30 deletions(-) diff --git a/locale/en-US/index.txt b/locale/en-US/index.txt index d194db96..4e40f5d4 100644 --- a/locale/en-US/index.txt +++ b/locale/en-US/index.txt @@ -258,12 +258,10 @@ section:Options[option-index] ||'guioptions'|| Show or hide certain GUI elements like the menu or toolbar + ||'helpfile'|| Name of the main help file + ||'hintmatching'|| How links are matched + -||'hintstyle'|| CSS specification of unfocused hints + ||'hinttags'|| XPath string of hintable elements activated by 'f' and 'F' + ||'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 + -||'hlsearchstyle'|| CSS specification of highlighted search items + ||'ignorecase'|| Ignore case in search patterns + ||'incsearch'|| Show where the search pattern matches as it is typed + ||'insertmode'|| Use Insert mode as the default for text areas + diff --git a/locale/en-US/options.txt b/locale/en-US/options.txt index 4053e1c7..c0cc35fb 100644 --- a/locale/en-US/options.txt +++ b/locale/en-US/options.txt @@ -343,15 +343,6 @@ Change the hint matching algorithm during hint mode. Possible values: ____ -|\'hs'| |\'hintstyle'| -||'hintstyle' 'hs'|| string -____ -(default: z-index:5000; font-family:monospace; font-size:12px; color:white; background-color:red; border-color:ButtonShadow; border-width:0px; border-style:solid; padding:0px 1px 0px 1px; position:absolute;) - -CSS specification of hints -____ - - |\'ht'| |\'hinttags'| ||'hinttags' 'ht'|| string ____ @@ -390,16 +381,6 @@ Highlight previous search pattern matches ____ -|\'hlss'| |\'hlsearchstyle'| -||'hlsearchstyle' 'hlss'|| string -____ -(default: color: black; background-color: yellow; padding: 0; display: -inline;) - -CSS specification of highlighted search items -____ - - |\'noic'| |\'noignorecase'| |\'ic'| |\'ignorecase'| ||'ignorecase' 'ic'|| boolean (default: on) ____ @@ -728,19 +709,11 @@ ____ ||'visualbell' 'vb'|| boolean (default: off) ____ Use visual bell instead of beeping on errors. The visualbell style is -controlled by 't_vb'. If no bell is desired use [c]:set t_vb=[c] together with +controlled by [c]:hi Bell[c]. If no bell is desired use [c]:set t_vb=[c] together with this option. ____ -|\'visualbellstyle'| |\'t_vb'| -||'visualbellstyle' 't_vb'|| string (default: "border: none; background-color: black;") -____ -The CSS style to use for the visual bell. Set this to the empty string if you -want no bell at all. -____ - - |\'wildignore'| |\'wig'| ||'wildignore' 'wig'|| stringlist (default: "") ____