use vim's included matchit

This commit is contained in:
Loic Nageleisen 2013-12-13 09:48:09 +01:00
parent 85f4d3d325
commit 8476431aae

3
vimrc
View file

@ -223,4 +223,7 @@ function! RestoreSession()
endfunction
autocmd VimEnter * call RestoreSession()
"matchit
source $VIMRUNTIME/macros/matchit.vim
" vim: ft=vim