Monday, February 22, 2010

Using matchit.vim with an odd file extension

Hi
I'm working with some html files which happen to have the extension *.raa

I want matchit.vim to match html tags <table></table><div></div> etc

so I've add raa to the following

au FileType html,jsp,php,cf,raa if !exists("b:match_words") |

but it's being ignored: suggestions?

(I know from scriptnames that this is the only matchit.vim)
--
zzapper
http://zzapper.co.uk/ Technical Tips

--
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php

No comments: