Be more forgiving about presence of matchit re 41

This commit is contained in:
Andy K. Massimino
2018-10-09 12:26:43 -04:00
parent 500c80f0ad
commit 9c0c8e0fdc

View File

@@ -24,13 +24,8 @@ if exists('g:loaded_matchup')
endif
let g:loaded_matchup = 1
if has('nvim')
if exists(':MatchDebug')
runtime! autoload/matchup/unmatchit.vim
endif
elseif exists('g:loaded_matchit')
echoerr 'match-up must be loaded before matchit'
finish
if exists('g:loaded_matchit') && exists(':MatchDebug')
runtime! autoload/matchup/unmatchit.vim
endif
let g:loaded_matchit = 1