Re: Bug: Nested, transparent syntax regions

2007-07-31 Fir de Conversatie Tony Mechelynck
Doug Kearns wrote: > On 8/1/07, hamlen <[EMAIL PROTECTED]> wrote: >> Okay, sorry for the repeat. > > No problem. You couldn't have been sure from the TODO description > anyway I suspect. :) > >> Where can I see todo.txt? > > :help TODO or :help known-bugs > > Regards, > Doug ...or even ":he

Re: Bug: Nested, transparent syntax regions

2007-07-31 Fir de Conversatie Doug Kearns
On 8/1/07, hamlen <[EMAIL PROTECTED]> wrote: > > Bug: A nested, transparent syntax region loses its transparency when > extending its containing region. This looks like the bug I reported back in February so Bram is aware of it. It's listed in todo.txt. Regards, Doug --~--~-~--~~--

Re: Bug: Nested, transparent syntax regions

2007-07-31 Fir de Conversatie Doug Kearns
On 8/1/07, hamlen <[EMAIL PROTECTED]> wrote: > > Okay, sorry for the repeat. No problem. You couldn't have been sure from the TODO description anyway I suspect. :) > Where can I see todo.txt? :help TODO or :help known-bugs Regards, Doug --~--~-~--~~~---~--~~

Re: Bug: Nested, transparent syntax regions

2007-07-31 Fir de Conversatie hamlen
Okay, sorry for the repeat. Where can I see todo.txt? Regards, Kevin On Jul 31, 12:10 pm, "Doug Kearns" <[EMAIL PROTECTED]> wrote: > On 8/1/07, hamlen <[EMAIL PROTECTED]> wrote: > > > > > Bug: A nested, transparent syntax region loses its transparency when > > extending its containing region.

Bug: Nested, transparent syntax regions

2007-07-31 Fir de Conversatie hamlen
Bug: A nested, transparent syntax region loses its transparency when extending its containing region. Reproducible: Always Steps to Reproduce: 1. Execute the following three commands: :syntax region braces start="{" end="}" contains=parens :syntax region parens start="(" end=")" transparent cont