6 lines
124 B
VimL
6 lines
124 B
VimL
|
" Load the matchit package.
|
||
|
" For those users who were loading the matchit plugin from here.
|
||
|
if 1
|
||
|
packadd matchit
|
||
|
endif
|