On 3/14/07, A.J.Mechelynck <[EMAIL PROTECTED]> wrote:

matchit. It is distributed with Vim but not installed by default, because it
conflict with the "vi" use of the % key. To install it, use the following
shell commands in an xterm or Dos Box:

- On Unix/Linux:

        cd $HOME
        mkdir -vp .vim/plugin
        mkdir -vp .vim/doc
        cd .vim/plugin
        ln -vs /usr/local/share/vim/vim70/macros/matchit.vim
        cd ../doc
        ln -vs /usr/local/share/vim/vim70/macros/matchit.txt
        vim --cmd "helptags . |quit"


Hey, that works...... thank you......

Reply via email to