minor
This commit is contained in:
parent
85cea66dbb
commit
7d6ef40c19
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
if !empty(l:info)
|
||||||
call prop_add(s:pos_y, 0, {
|
call prop_add(s:pos_y, 0, {
|
||||||
\ 'type': s:hlgroup_info,
|
\ 'type': s:hlgroup_info,
|
||||||
\ 'text': ' ' . l:info,
|
\ 'text': l:info,
|
||||||
\ 'text_padding_left': col('$'),
|
\ 'text_padding_left': col('$'),
|
||||||
\ 'text_wrap': 'truncate'
|
\ 'text_wrap': 'truncate'
|
||||||
\ })
|
\ })
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue