Skip to content

Commit d7d18bf

Browse files
author
Michael Coppola
committed
fixed job_start creating new scratch buffers
1 parent 36ab274 commit d7d18bf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

examples/llama.vim

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -484,8 +484,7 @@ function! llama#fim(is_auto) abort
484484
elseif s:vim_ghost_text
485485
let s:current_job = job_start(l:curl_command, {
486486
\ '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'
487+
\ 'close_cb': function('s:vim_fim_on_exit')
489488
\ })
490489
endif
491490

0 commit comments

Comments
 (0)