mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-25 03:35:51 +01:00
remove '*link[fb]gcolor' from help
This commit is contained in:
@@ -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)
|
||||||
____
|
____
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user