From c8b4ef9626452db91b5b5b32447d16d00bb4e451 Mon Sep 17 00:00:00 2001 From: Iain Patterson Date: Fri, 24 Feb 2012 12:57:34 +0000 Subject: [PATCH 1/1] Load matchit plugin where available. --- .vim/plugin/matchit.vim | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .vim/plugin/matchit.vim 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 -- 2.7.4