Skip to content

Commit 4f6919c

Browse files
committed
minor
1 parent edaa930 commit 4f6919c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

examples/llama.vim

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -482,11 +482,11 @@ function! llama#fim(is_auto) abort
482482
\ 'stdout_buffered': v:true
483483
\ })
484484
elseif s:vim_ghost_text
485-
let s:current_job = job_start(l:curl_command, {
486-
\ 'out_cb': function('s:fim_on_stdout', [s:pos_x, s:pos_y, a:is_auto]),
487-
\ 'close_cb': function('s:vim_fim_on_exit'),
488-
\ 'out_io': 'buffer'
489-
\ })
485+
let s:current_job = job_start(l:curl_command, {
486+
\ 'out_cb': function('s:fim_on_stdout', [s:pos_x, s:pos_y, a:is_auto]),
487+
\ 'close_cb': function('s:vim_fim_on_exit'),
488+
\ 'out_io': 'buffer'
489+
\ })
490490
endif
491491

492492
" TODO: per-file location

0 commit comments

Comments
 (0)