Load matchit plugin where available.
authorIain Patterson <me@iain.cx>
Fri, 24 Feb 2012 12:57:34 +0000 (12:57 +0000)
committerIain Patterson <me@iain.cx>
Mon, 27 Jan 2014 14:49:58 +0000 (14:49 +0000)
.vim/plugin/matchit.vim [new file with mode: 0644]

diff --git a/.vim/plugin/matchit.vim b/.vim/plugin/matchit.vim
new file mode 100644 (file)
index 0000000..8c956d9
--- /dev/null
@@ -0,0 +1,3 @@
+if filereadable($VIMRUNTIME . "/macros/matchit.vim")
+  exe "source $VIMRUNTIME/macros/matchit.vim"
+endif