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
Description:   Opened: 2006-02-15 02:05 0000
NT

------- Comment #1 From Ciaran McCreesh 2006-02-15 02:08:42 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.

------- Comment #2 From Jeroen Roovers 2006-02-15 02:51:10 0000 -------
package.mask, package.unmask and package.use are affected as well.

------- Comment #3 From Peter Hyman 2006-03-01 07:06:41 0000 -------
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 From Ciaran McCreesh 2006-03-01 14:21:14 0000 -------
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 From Jeroen Roovers 2006-09-16 08:17:33 0000 -------
No change in -r1. And hey, did -r1 just get bumped straight to stable a couple
of days ago?

------- Comment #6 From Tupone Alfredo 2006-09-16 09:53:39 0000 -------
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 From Mike Kelly (RETIRED) 2006-11-05 11:52:45 0000 -------
*** Bug 142846 has been marked as a duplicate of this bug. ***

------- Comment #8 From Mike Kelly (RETIRED) 2006-11-05 12:24:29 0000 -------
This has been fixed in the gentoo-syntax svn repo, and will be included in the
next release.

------- Comment #9 From Mike Kelly (RETIRED) 2006-11-05 22:24:38 0000 -------
Fixed in app-vim/gentoo-syntax-20061006