mirror of
https://github.com/dense-analysis/ale.git
synced 2026-01-09 21:12:31 +08:00
Fix #746 - Keep highlights from other plugins when buffers are hidden
This commit is contained in:
@@ -669,7 +669,7 @@ function! ale#engine#Cleanup(buffer) abort
|
||||
|
||||
if g:ale_set_highlights
|
||||
call ale#highlight#UnqueueHighlights(a:buffer)
|
||||
call ale#highlight#RemoveHighlights([])
|
||||
call ale#highlight#RemoveHighlights()
|
||||
endif
|
||||
|
||||
call remove(g:ale_buffer_info, a:buffer)
|
||||
|
||||
Reference in New Issue
Block a user