Re: Getting matchit to work with ViEmu
Hi,
One of the Vim plugins that I cannot live without is matchit (http://www.catonmat.net/blog/vim-plugins-matchit-vim/). It is so useful a plugin, that it is now part of the standard distribution of Vim.
However, I'm not sure how to get matchit to work with ViEmu. Normally in Vim, from a clean install I would simply run something like:
:helptags ~/.vim/doc
:filetype plugin on
... and that would be enough to register matchit. But those kind of commands don't seem to work in ViEmu (or I'm just doing something wrong).
Has anyone else been able to get matchit-like functionality in ViEmu?
Cheers
Roland