Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fixed job_start creating new scratch buffers
  • Loading branch information
Michael Coppola committed Oct 22, 2024
commit d7d18bff227c4c5b4bfaf3ec83acabb17bd5a9b8
3 changes: 1 addition & 2 deletions examples/llama.vim
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Loading