fixed job_start creating new scratch buffers

This commit is contained in:
Michael Coppola 2024-10-22 09:45:21 -04:00
parent 36ab274331
commit e30b4c9d6a

View file

@ -484,8 +484,7 @@ function! llama#fim(is_auto) abort
elseif s:vim_ghost_text
let s:current_job = job_start(l:curl_command, {
\ 'out_cb': function('s:fim_on_stdout', [s:pos_x, s:pos_y, a:is_auto]),
\ 'close_cb': function('s:vim_fim_on_exit'),
\ 'out_io': 'buffer'
\ 'close_cb': function('s:vim_fim_on_exit')
\ })
endif