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
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
--~--~-~--~~--
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
--~--~-~--~~~---~--~~
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: 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