ochaloup/vim-syntax-match

Typo in installation instructions

Closed this issue · 1 comments

Now the installation of this plugin is easy like
git clone git@github.com:ochaloup/vim-syntax-match.git ~/.vim/autoload/vim-syntax-match

This doesn't work for me. Documentation page on pathogen says:

Now any plugins you wish to install can be extracted to a subdirectory under ~/.vim/bundle, and they will be added to the 'runtimepath'.

So I think the correct command should be:

git clone git@github.com:ochaloup/vim-syntax-match.git ~/.vim/bundle/vim-syntax-match

ah, correct. Sorry for inconveniences. That was some copy&paste mistake. It should be fixed now. Thanks!