mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-06 12:44:23 +08:00
#574 Do not restore items with no columns for highlights from hidden buffers
This commit is contained in:
@@ -98,8 +98,10 @@ Execute(Highlights set by ALE should be removed when buffer cleanup is done):
|
||||
|
||||
Execute(Highlights should be cleared when buffers are hidden):
|
||||
call ale#engine#InitBufferInfo(bufnr('%'))
|
||||
" The second item should be ignored, as it has no column infomration.
|
||||
let g:ale_buffer_info[bufnr('%')].loclist = [
|
||||
\ {'bufnr': bufnr('%'), 'type': 'E', 'lnum': 3, 'col': 2},
|
||||
\ {'bufnr': bufnr('%'), 'type': 'E', 'lnum': 4, 'col': 0},
|
||||
\]
|
||||
call ale#highlight#SetHighlights(
|
||||
\ bufnr('%'),
|
||||
|
||||
Reference in New Issue
Block a user