matchit the plugin would save me hours of frustration if I found it earlier.
There is a small chance to insert this ugly command into your terminal to correctly configure the plugin:
wget http://www.vim.org/scripts/download_script.php?src_id=8196; unzip download_script.php?src_id=8196; echo >> ~/.vimrc; echo -ne "source " >> ~/.vimrc; pwd | tr -d '\n' >> ~/.vimrc; echo -ne "/plugin/matchit.vim" >> ~/.vimrc; rm download_script.php\?src_id\=8196
Then reinstall vimrc:
:source ~/.vimrc
source
share