aboutsummaryrefslogtreecommitdiff
path: root/vim/after/plugin/matchparen.vim
blob: b2be8f61671ea8af42d424c81aa80000b08529d5 (plain) (blame)
1
2
3
4
" If matchparen.vim didn't load, use 'showmatch' instead
if !exists('loaded_matchparen')
  set showmatch matchtime=3
endif