#376 Use the window ID for a given buffer for setting the loclist

This commit is contained in:
w0rp
2017-03-09 00:43:53 +00:00
parent 1c3f0b1e19
commit ad49846a48
5 changed files with 29 additions and 14 deletions

View File

@@ -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