From 7d6ef40c19fd39813e5a83ebe9960bda7d5ddddf Mon Sep 17 00:00:00 2001 From: Michael Coppola Date: Tue, 22 Oct 2024 12:23:35 -0400 Subject: [PATCH] minor --- examples/llama.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/llama.vim b/examples/llama.vim index db1edc0fd..4bc26d4e9 100644 --- a/examples/llama.vim +++ b/examples/llama.vim @@ -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' \ })