We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efe2097 commit 7304349Copy full SHA for 7304349
autoload/hl_matchit.vim
@@ -57,7 +57,6 @@ endfunction
57
58
function! hl_matchit#do_highlight_lazy()
59
let dt = str2float(reltimestr(reltime(s:last_cursor_moved)))
60
- echo "hl_matchit: ".string(dt)
61
if g:hl_matchit_cursor_wait < dt
62
call hl_matchit#do_highlight()
63
endif
0 commit comments