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
m18coppola committed Oct 22, 2024
commit e30b4c9d6a615cdad8d7d8636b380d9bdcce145e
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