Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 101804 - vim hi def link vs hi link metabug
Summary: vim hi def link vs hi link metabug
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Vim Maintainers
URL:
Whiteboard:
Keywords:
Depends on: 101787 101788 101789 101790 101797 101799
Blocks:
  Show dependency tree
 
Reported: 2005-08-08 14:31 UTC by Ciaran McCreesh
Modified: 2005-08-10 14:23 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ciaran McCreesh 2005-08-08 14:31:02 UTC
Metabug so that I can explain why I'm doing this when I have to point people at
it in the future...

If a vim syntax file uses 'highlight link' (or 'hi link'), overriding things on
a per-user basis is tricky. It's better for plugins to use 'hi def link'. This
is the same as a normal link, except that the user can override it with 'hi
link' in their vimrc.

Relevant help text: hi-default
Comment 1 Ciaran McCreesh 2005-08-10 14:23:52 UTC
Think we're clear of these now.