Files
vim-matchup/autoload/matchup/unmatchit.vim
2018-05-16 05:25:10 -04:00

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%