minor
This commit is contained in:
parent
bf9c4ccdc5
commit
cc961965e1
1 changed files with 1 additions and 1 deletions
|
@ -552,7 +552,7 @@ function! s:on_move()
|
|||
endfunction
|
||||
|
||||
" callback that processes the FIM result from the server and displays the suggestion
|
||||
function! s:fim_on_stdout(pos_x, pos_y, is_auto, job_id, data, event = 0)
|
||||
function! s:fim_on_stdout(pos_x, pos_y, is_auto, job_id, data, event = v:null)
|
||||
if s:nvim_ghost_text
|
||||
let l:raw = join(a:data, "\n")
|
||||
elseif s:vim_ghost_text
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue