mirror of
https://github.com/chenasraf/vim-matchup.git
synced 2026-05-17 17:38:01 +00:00
Tweak unmatchit
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user