This commit is contained in:
Michael Coppola 2024-10-22 12:23:35 -04:00
parent 85cea66dbb
commit 7d6ef40c19

View file

@ -760,7 +760,7 @@ function! s:fim_on_stdout(pos_x, pos_y, is_auto, job_id, data, event = v:null)
if !empty(l:info)
call prop_add(s:pos_y, 0, {
\ 'type': s:hlgroup_info,
\ 'text': ' ' . l:info,
\ 'text': l:info,
\ 'text_padding_left': col('$'),
\ 'text_wrap': 'truncate'
\ })