Hello Akbar
You replied to my address only, so I'm copying the list in on this. In
future, use "Reply to list" if your mail client supports it, or "Reply
to All", just so we all can share.
Have you set the filetype correctly in your HTML file? Matchit works
off the filetype definitions to determine pairings. To set it, use:
:set ft=html
Regards
Albie
Akbar wrote:
I still have problem. % does perfectly in C source code (mathing curly
braces). But it does nothing in html tag for html file. Any idea?
On 3/13/07, Albie Janse van Rensburg <[EMAIL PROTECTED]> wrote:
You are looking for %. In order to enable the use of it, you need to
enable the matchit plugin. See :help matchit
Regards
Albie
Akbar wrote:
> Hi,
>
> I have this part of html file:
> <div id="bu">
> <p>haha</p>
> </div>
>
> The cursor is in first line (the opening div). When I hit certain key,
> the cursor will go to the third line (the closing div). There is a
> script to achieve this. I just forgot the name. Could you tell me the
> name?
>
> Thank you.
>
>