Load matchit plugin where available.
[profile.git] / .vim / plugin / matchit.vim
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