mirror of
https://github.com/dense-analysis/ale.git
synced 2026-04-05 15:31:38 +08:00
Fix bugs with directory listings and signs when switching tabs.
This commit is contained in:
@@ -53,6 +53,10 @@ function! ale#cursor#TruncatedEcho(message)
|
||||
endfunction
|
||||
|
||||
function! ale#cursor#EchoCursorWarning()
|
||||
if !exists('b:ale_loclist')
|
||||
return
|
||||
endif
|
||||
|
||||
let pos = getcurpos()
|
||||
|
||||
let index = s:BinarySearch(b:ale_loclist, pos[1], pos[2])
|
||||
|
||||
Reference in New Issue
Block a user