aboutsummaryrefslogtreecommitdiff
path: root/vim/after/plugin/matchparen.vim
diff options
context:
space:
mode:
Diffstat (limited to 'vim/after/plugin/matchparen.vim')
-rw-r--r--vim/after/plugin/matchparen.vim4
1 files changed, 4 insertions, 0 deletions
diff --git a/vim/after/plugin/matchparen.vim b/vim/after/plugin/matchparen.vim
new file mode 100644
index 00000000..b2be8f61
--- /dev/null
+++ b/vim/after/plugin/matchparen.vim
@@ -0,0 +1,4 @@
+" If matchparen.vim didn't load, use 'showmatch' instead
+if !exists('loaded_matchparen')
+ set showmatch matchtime=3
+endif