X-Git-Url: http://git.iain.cx/?a=blobdiff_plain;f=.vim%2Fplugin%2Fmatchit.vim;fp=.vim%2Fplugin%2Fmatchit.vim;h=8c956d90f607e1e5edffd66214b048574ceaebd4;hb=c8b4ef9626452db91b5b5b32447d16d00bb4e451;hp=0000000000000000000000000000000000000000;hpb=62e3b6db3f63d02dc4e47fe7cc4d56b1f2d4b9ef;p=profile.git 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