mirror of
https://github.com/chenasraf/vim-matchup.git
synced 2026-05-18 01:38:57 +00:00
18 lines
253 B
VimL
18 lines
253 B
VimL
|
|
if !exists('g:loaded_matchup')
|
|
\ || !exists('g:loaded_matchit')
|
|
\ || !exists(":MatchDebug")
|
|
finish
|
|
endif
|
|
|
|
unlet g:loaded_matchit
|
|
|
|
delcommand MatchDebug
|
|
|
|
silent! unmap %
|
|
silent! unmap [%
|
|
silent! unmap ]%
|
|
silent! unmap a%
|
|
silent! unmap g%
|
|
|