Cleanup echo

This commit is contained in:
Andy K. Massimino
2021-12-27 12:24:39 -05:00
parent 181b4f6518
commit 4a5bb96d2d

View File

@@ -1116,7 +1116,6 @@ function! s:add_matches(corrlist, ...) " {{{1
if hlexists('MatchupVirtualText')
let l:group = 'MatchupVirtualText'
endif
echo l:corr.lnum l:corr.cnum
call nvim_buf_set_extmark(0, s:ns_id,
\ l:corr.lnum - 1, l:corr.cnum - 1, {
\ 'virt_text': [[' ' . g:matchup_matchparen_end_sign . ' '