mirror of
https://github.com/dense-analysis/ale.git
synced 2026-05-25 17:58:42 +08:00
#333 Remember the IDs for highlights
This commit is contained in:
@@ -125,8 +125,7 @@ function! ale#sign#SetSigns(buffer, loclist) abort
|
||||
\ : 'ALEWarningSign'
|
||||
|
||||
" Save the sign IDs we are setting back on our loclist objects.
|
||||
" These IDs can be used later for changing line numbers of items
|
||||
" we keep, based on what Vim adjusts automatically.
|
||||
" These IDs will be used to preserve items which are set many times.
|
||||
for l:obj in l:sublist
|
||||
let l:obj.sign_id = l:sign_id
|
||||
endfor
|
||||
|
||||
Reference in New Issue
Block a user