mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-06 12:44:23 +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)
|
||||
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,
|
||||
\ 'text': ' ' . l:msg,
|
||||
\ 'bufnr': a:buffer,
|
||||
|
||||
Reference in New Issue
Block a user