git://git.iain.cx/iain
/
profile.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
62e3b6d
)
Load matchit plugin where available.
author
Iain Patterson
<me@iain.cx>
Fri, 24 Feb 2012 12:57:34 +0000
(12:57 +0000)
committer
Iain Patterson
<me@iain.cx>
Mon, 27 Jan 2014 14:49:58 +0000
(14:49 +0000)
.vim/plugin/matchit.vim
[new file with mode: 0644]
patch
|
blob
diff --git a/.vim/plugin/matchit.vim
b/.vim/plugin/matchit.vim
new file mode 100644
(file)
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