Bug 122890 - app-vim/gentoo-syntax-20051221-r1 does not highlight virtual/* in package.*
|
Bug#:
122890
|
Product: Gentoo Linux
|
Version: unspecified
|
Platform: All
|
|
OS/Version: All
|
Status: RESOLVED
|
Severity: enhancement
|
Priority: P2
|
|
Resolution: FIXED
|
Assigned To: vim@gentoo.org
|
Reported By: jer@gentoo.org
|
|
Component: Applications
|
|
|
URL:
|
|
Summary: app-vim/gentoo-syntax-20051221-r1 does not highlight virtual/* in package.*
|
|
Keywords: InSVN
|
|
Status Whiteboard:
|
|
Opened: 2006-02-15 02:05 0000
|
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.
package.mask, package.unmask and package.use are affected as well.
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..
Yeah, this one's unrelated. It'll get fixed in -r1, which will be whenever Bram
gets back to me on another bug.
No change in -r1. And hey, did -r1 just get bumped straight to stable a couple
of days ago?
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.
*** Bug 142846 has been marked as a duplicate of this bug. ***
This has been fixed in the gentoo-syntax svn repo, and will be included in the
next release.
Fixed in app-vim/gentoo-syntax-20061006