Tweak unmatchit

This commit is contained in:
Andy K. Massimino
2021-03-03 17:18:30 -05:00
parent caf7a84be4
commit 0caff20a36
2 changed files with 4 additions and 2 deletions

View File

@@ -12,6 +12,9 @@ if !exists('g:loaded_matchup')
finish
endif
function! matchup#unmatchit#()
endfunction
unlet g:loaded_matchit
delcommand MatchDebug
@@ -23,4 +26,3 @@ silent! unmap a%
silent! unmap g%
" vim: fdm=marker sw=2

View File

@@ -25,7 +25,7 @@ endif
let g:loaded_matchup = 1
if exists('g:loaded_matchit') && exists(':MatchDebug')
runtime! autoload/matchup/unmatchit.vim
call matchup#unmatchit#()
endif
let g:loaded_matchit = 1