Christian Brabandt wrote:
Hi Taylor!

On Mi, 07 Sep 2011, Taylor Hedberg wrote:

Good to know it's not just me. :)

If I can provide any additional information to assist you in tracking
down the bug, just let me know. I'd be happy to help.
The problem is, netrw sets 'isk' in s:NetrwSafeOptions() to include
among others the slash. And then the syntax match htmlTagName doesn't
match anymore, since it uses the \<  and \>  to anchor the tags.

It doesn't seem to reset this option in s:NetrwOptionRestore()

It should probably also restore the other options it sets locally.
Good catch, Christian! I've fixed it by including isk in s:NetrwOptionSave() and s:NetrwOptionRestore(). It seems that isk was the only such option left out that s:NetrwSafeOptions() touches. However, I also went through the body of the code
and included addtional options that netrw touches and included them, too.

You may get an updated copy of netrw with this issue fixed by downloading netrw
at  http://drchip.0sites.net/astronaut/vim/index.html#NETRW .

Regards,
Chip Campbell

--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

Reply via email to