mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-29 15:26:52 +08:00
#376 Use the window ID for a given buffer for setting the loclist
This commit is contained in:
@@ -255,7 +255,7 @@ endfunction
|
||||
|
||||
function! ale#engine#SetResults(buffer, loclist) abort
|
||||
if g:ale_set_quickfix || g:ale_set_loclist
|
||||
call ale#list#SetLists(a:loclist)
|
||||
call ale#list#SetLists(a:buffer, a:loclist)
|
||||
endif
|
||||
|
||||
if g:ale_set_signs
|
||||
|
||||
Reference in New Issue
Block a user