mirror of https://github.com/dense-analysis/ale
Fix #4410 - Ignore prop_add errors
This commit is contained in:
parent
5c703f4e4b
commit
0f51c3b01b
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue