mirror of
https://github.com/dense-analysis/ale.git
synced 2026-01-10 21:42:31 +08:00
Fix cursor bugs.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user