Remove CallWithCooldown functions to save on time

This commit is contained in:
w0rp
2018-06-20 08:34:42 +01:00
parent 82ea36576c
commit 9674132933
3 changed files with 16 additions and 90 deletions

View File

@@ -56,10 +56,6 @@ function! s:StopCursorTimer() abort
endfunction
function! ale#cursor#EchoCursorWarning(...) abort
return ale#CallWithCooldown('dont_echo_until', function('s:EchoImpl'), [])
endfunction
function! s:EchoImpl() abort
if !g:ale_echo_cursor
return
endif