From: Iain Patterson Date: Fri, 24 Feb 2012 12:57:34 +0000 (+0000) Subject: Load matchit plugin where available. X-Git-Url: http://git.iain.cx/?p=profile.git;a=commitdiff_plain;h=c8b4ef9626452db91b5b5b32447d16d00bb4e451;hp=62e3b6db3f63d02dc4e47fe7cc4d56b1f2d4b9ef Load matchit plugin where available. --- diff --git a/.vim/plugin/matchit.vim b/.vim/plugin/matchit.vim new file mode 100644 index 0000000..8c956d9 --- /dev/null +++ b/.vim/plugin/matchit.vim @@ -0,0 +1,3 @@ +if filereadable($VIMRUNTIME . "/macros/matchit.vim") + exe "source $VIMRUNTIME/macros/matchit.vim" +endif