From cc961965e1df1d0ce46e6f6fefdb944e83a3afeb Mon Sep 17 00:00:00 2001 From: Michael Coppola Date: Tue, 22 Oct 2024 11:48:01 -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 c18a9622c..315d6ffb0 100644 --- a/examples/llama.vim +++ b/examples/llama.vim @@ -552,7 +552,7 @@ function! s:on_move() endfunction " callback that processes the FIM result from the server and displays the suggestion -function! s:fim_on_stdout(pos_x, pos_y, is_auto, job_id, data, event = 0) +function! s:fim_on_stdout(pos_x, pos_y, is_auto, job_id, data, event = v:null) if s:nvim_ghost_text let l:raw = join(a:data, "\n") elseif s:vim_ghost_text