mirror of
https://github.com/lloeki/vimfiles.git
synced 2025-12-06 05:24:39 +01:00
use vim's included matchit
This commit is contained in:
parent
85f4d3d325
commit
8476431aae
1 changed files with 3 additions and 0 deletions
3
vimrc
3
vimrc
|
|
@ -223,4 +223,7 @@ function! RestoreSession()
|
||||||
endfunction
|
endfunction
|
||||||
autocmd VimEnter * call RestoreSession()
|
autocmd VimEnter * call RestoreSession()
|
||||||
|
|
||||||
|
"matchit
|
||||||
|
source $VIMRUNTIME/macros/matchit.vim
|
||||||
|
|
||||||
" vim: ft=vim
|
" vim: ft=vim
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue