Skip to content

Commit 7304349

Browse files
committed
delete debug echo
1 parent efe2097 commit 7304349

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

autoload/hl_matchit.vim

-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ endfunction
5757

5858
function! hl_matchit#do_highlight_lazy()
5959
let dt = str2float(reltimestr(reltime(s:last_cursor_moved)))
60-
echo "hl_matchit: ".string(dt)
6160
if g:hl_matchit_cursor_wait < dt
6261
call hl_matchit#do_highlight()
6362
endif

0 commit comments

Comments
 (0)