Bug 67807 - app-vim/gentoo-syntax needs to recognise pkg_config() functions
|
Bug#:
67807
|
Product: Gentoo Linux
|
Version: unspecified
|
Platform: All
|
|
OS/Version: All
|
Status: RESOLVED
|
Severity: trivial
|
Priority: P2
|
|
Resolution: FIXED
|
Assigned To: ciaran.mccreesh@googlemail.com
|
Reported By: slarti@gentoo.org
|
|
Component: Applications
|
|
|
URL:
|
|
Summary: app-vim/gentoo-syntax needs to recognise pkg_config() functions
|
|
Keywords: InCVS
|
|
Status Whiteboard:
|
|
Opened: 2004-10-16 12:54 0000
|
/usr/share/vim/vimfiles/syntax/ebuild.vim currently has:
" Recognised functions
<snip>
syn keyword EbuildFunctions pkg_preinst pkg_postinst pkg_prerm pkg_postrm config
The last config is not a standard Portage function - it needs to be pkg_config.
Thanks.
Oops... man 5 ebuild is wrong on that...
config This function should contain optional basic configuration steps.
Initial working directory of $PWD.
Fixed in svn, will be included in the next release. Thanks.