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