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

remove '*link[fb]gcolor' from help

This commit is contained in:
Doug Kearns
2008-11-28 07:14:27 +00:00
parent 43ae46bf1a
commit a86af802c5
2 changed files with 5 additions and 33 deletions

View File

@@ -194,20 +194,6 @@ Define when tabs are automatically activated. Available items:
____ ____
|\'albc'| |\'activelinkbgcolor'|
||'activelinkbgcolor' 'albc'|| string (default: ##88FF00)
____
Background color of the current active link during hint mode.
____
|\'alfc'| |\'activelinkfgcolor'|
||'activelinkfgcolor' 'alfc'|| string (default: black)
____
Foreground color of the current active link during hint mode.
____
|\'cd'| |\'cdpath'| |\'cd'| |\'cdpath'|
||'cdpath' 'cd'|| string (default: black) ||'cdpath' 'cd'|| string (default: black)
____ ____
@@ -449,20 +435,6 @@ Note: laststatus=1 not implemented yet.
____ ____
|\'lbc'| |\'linkbgcolor'|
||'linkbgcolor' 'lbc'|| string (default: yellow)
____
Background color of a link during hint mode.
____
|\'lfc'| |\'linkfgcolor'|
||'linkfgcolor' 'lfc'|| string (default: black)
____
Foreground color of a link during hint mode.
____
|\'nolks'| |\'nolinksearch'| |\'lks'| |\'linksearch'| |\'nolks'| |\'nolinksearch'| |\'lks'| |\'linksearch'|
||'linksearch' 'lks'|| boolean (default: off) ||'linksearch' 'lks'|| boolean (default: off)
____ ____

View File

@@ -45,11 +45,11 @@ syn match vimperatorAutoEventList "\(\a\+,\)*\a\+" contained contains=vimperator
syn region vimperatorSet matchgroup=vimperatorCommand start="\%(^\s*:\=\)\@<=\<\%(setl\%[ocal]\|setg\%[lobal]\|set\=\)\=\>" syn region vimperatorSet matchgroup=vimperatorCommand start="\%(^\s*:\=\)\@<=\<\%(setl\%[ocal]\|setg\%[lobal]\|set\=\)\=\>"
\ end="$" keepend oneline contains=vimperatorOption,vimperatorComment,vimperatorString \ end="$" keepend oneline contains=vimperatorOption,vimperatorComment,vimperatorString
syn keyword vimperatorOption activate act activelinkfgcolor alfc activelinkbgcolor albc cdpath cd complete cpt defsearch ds editor syn keyword vimperatorOption activate act alfc albc cdpath cd complete cpt defsearch ds editor extendedhinttags eht eventignore ei
\ extendedhinttags eht eventignore ei guioptions go helpfile hf hintmatching hm hs hinttags ht hinttimeout hto history hi \ guioptions go helpfile hf hintmatching hm hs hinttags ht hinttimeout hto history hi laststatus ls lbc lfc messages msgs
\ laststatus ls linkbgcolor lbc linkfgcolor lfc messages msgs newtab nextpattern pageinfo pa popups pps previewheight pvh \ newtab nextpattern pageinfo pa popups pps previewheight pvh previouspattern runtimepath rtp scroll scr shell sh shellcmdflag
\ previouspattern runtimepath rtp scroll scr shell sh shellcmdflag shcf showstatuslinks ssli showtabline stal suggestengines \ shcf showstatuslinks ssli showtabline stal suggestengines titlestring urlseparator verbose vbs t_vb wildignore wig wildmode
\ titlestring urlseparator verbose vbs t_vb wildignore wig wildmode wim wildoptions wop wordseparators wsp \ wim wildoptions wop wordseparators wsp
\ contained nextgroup=vimperatorSetMod \ contained nextgroup=vimperatorSetMod
" toggle options " toggle options