Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 122890 - app-vim/gentoo-syntax-20051221-r1 does not highlight virtual/* in package.*
Summary: app-vim/gentoo-syntax-20051221-r1 does not highlight virtual/* in package.*
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: High enhancement (vote)
Assignee: Vim Maintainers
URL:
Whiteboard:
Keywords: InVCS
: 142846 (view as bug list)
Depends on:
Blocks: 148985
  Show dependency tree
 
Reported: 2006-02-15 02:05 UTC by Jeroen Roovers (RETIRED)
Modified: 2006-11-05 22:24 UTC (History)
3 users (show)

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 Jeroen Roovers (RETIRED) gentoo-dev 2006-02-15 02:05:23 UTC
NT
Comment 1 Ciaran McCreesh 2006-02-15 02:08:42 UTC
Yeah, it looks for the hyphen for sanity reasons. I guess that that isn't really doable any more. There're a few more places where this is an issue.
Comment 2 Jeroen Roovers (RETIRED) gentoo-dev 2006-02-15 02:51:10 UTC
package.mask, package.unmask and package.use are affected as well.
Comment 3 Peter Hyman 2006-03-01 07:06:41 UTC
May be related. In this snippet from the gcc-3.4.5.ebuild, after the # comment character, as soon as the ' is noticed, everything becomes colored as if it is quoted instead of being treated as a comment. This coloring continues until the   ' at the last line of the snippet. Once before, I reported a quoting issue and CM reported it was an upstream issue. This may be too. Sorry if this is bugspam or if this does not belong as part of this bug.

		mips)
			# If mips, and we DON'T want multilib, then rig gcc to only use n32 OR n64
			if ! is_multilib; then
				use n32 && epatch ${FILESDIR}/3.4.1/gcc-3.4.1-mips-n32only.patch
				use n64 && epatch ${FILESDIR}/3.4.1/gcc-3.4.1-mips-n64only.patch
			fi

			# Patch forward-ported from a gcc-3.0.x patch that adds -march=r10000 and
			# -mtune=r10000 support to gcc (Allows the compiler to generate code to
			# take advantage of R10k's second ALU, perform shifts, etc..
Comment 4 Ciaran McCreesh 2006-03-01 14:21:14 UTC
Yeah, this one's unrelated. It'll get fixed in -r1, which will be whenever Bram gets back to me on another bug.
Comment 5 Jeroen Roovers (RETIRED) gentoo-dev 2006-09-16 08:17:33 UTC
No change in -r1. And hey, did -r1 just get bumped straight to stable a couple of days ago?
Comment 6 Tupone Alfredo gentoo-dev 2006-09-16 09:53:39 UTC
Yeah, I put a fix in -r1. Fix was very trivial, as you can eventually see.
I'm not in the vim herds, but I had that fix pending. I did ask some months ago to put the fix on, and I again re-asked recently.
Both time I got a yes, please.
I had permission to put it in.

Maybe I have violated some policy about arch keyword, but in the game team, where I belong, is used to not ~ the arch keywords if the change is a fix, not an enhacement, and is trivial. 

Hope is ok.
Comment 7 Mike Kelly (RETIRED) gentoo-dev 2006-11-05 11:52:45 UTC
*** Bug 142846 has been marked as a duplicate of this bug. ***
Comment 8 Mike Kelly (RETIRED) gentoo-dev 2006-11-05 12:24:29 UTC
This has been fixed in the gentoo-syntax svn repo, and will be included in the next release.
Comment 9 Mike Kelly (RETIRED) gentoo-dev 2006-11-05 22:24:38 UTC
Fixed in app-vim/gentoo-syntax-20061006