mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-07 21:24:33 +08:00
Fix #4410 - Ignore prop_add errors
This commit is contained in:
@@ -169,7 +169,8 @@ function! ale#virtualtext#ShowMessage(buffer, item) abort
|
|||||||
call add(s:hl_list, l:hl_group)
|
call add(s:hl_list, l:hl_group)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
call prop_add(l:line, 0, {
|
" We ignore all errors from prop_add.
|
||||||
|
silent! call prop_add(l:line, 0, {
|
||||||
\ 'type': l:hl_group,
|
\ 'type': l:hl_group,
|
||||||
\ 'text': ' ' . l:msg,
|
\ 'text': ' ' . l:msg,
|
||||||
\ 'bufnr': a:buffer,
|
\ 'bufnr': a:buffer,
|
||||||
|
|||||||
Reference in New Issue
Block a user