Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 112097 - app-vim/gentoo-syntax - syntax high lighting of /etc/make.conf
Summary: app-vim/gentoo-syntax - syntax high lighting of /etc/make.conf
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High trivial
Assignee: Vim Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-10 11:50 UTC by Toralf Förster
Modified: 2005-11-17 09:34 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 Toralf Förster gentoo-dev 2005-11-10 11:50:10 UTC
The color of "CCACHE_SIZE" is wrong, it's the same colour as for "ccache" but
should be the same colour as for "FEATURES", isn't it ?
...
FEATURES="ccache"
CCACHE_SIZE="1G"
...


Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2005-11-10 12:37:01 UTC
What is this bug about? vim, emacs, something else?
Comment 2 Toralf Förster gentoo-dev 2005-11-11 01:15:32 UTC
Ough, sorry
bug is related to vim
Comment 3 Ciaran McCreesh 2005-11-17 09:34:28 UTC
No, it's correct. CCACHE_SIZE is a misc environment variable, FEATURES is a
portage setting.