Fix cursor bugs.

This commit is contained in:
w0rp
2016-10-10 19:56:05 +01:00
parent 7f0ce89d2b
commit e9ad21b679
3 changed files with 11 additions and 7 deletions

View File

@@ -110,10 +110,3 @@ function! ale#cursor#EchoCursorWarningWithDelay() abort
let s:cursor_timer = timer_start(10, function('ale#cursor#EchoCursorWarning'))
endfunction
if g:ale_has_required_features && g:ale_echo_cursor
augroup ALECursorGroup
autocmd!
autocmd CursorMoved,CursorHold * call ale#cursor#EchoCursorWarningWithDelay()
augroup END
endif