mirror of
https://github.com/dense-analysis/ale.git
synced 2026-01-28 13:52:19 +08:00
Fix #899 - Make the quickfix and loclist windows close again
This commit is contained in:
@@ -286,10 +286,6 @@ function! ale#engine#SetResults(buffer, loclist) abort
|
||||
|
||||
if g:ale_set_quickfix || g:ale_set_loclist
|
||||
call ale#list#SetLists(a:buffer, a:loclist)
|
||||
|
||||
if l:linting_is_done
|
||||
call ale#list#CloseWindowIfNeeded(a:buffer)
|
||||
endif
|
||||
endif
|
||||
|
||||
if exists('*ale#statusline#Update')
|
||||
|
||||
Reference in New Issue
Block a user