Skip to content

Commit

Permalink
Project import generated by Copybara. (#395)
Browse files Browse the repository at this point in the history
GitOrigin-RevId: 40fe9fe0854a4fb3f342107f28a1dd255b406342

Co-authored-by: Copybara Bot <[email protected]>
  • Loading branch information
pqn and Copybara Bot authored Jun 18, 2024
1 parent 8d4e845 commit c2bcccd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion autoload/codeium.vim
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ endfunction

function! codeium#Accept() abort
let current_completion = s:GetCurrentCompletionItem()
return s:CompletionInserter(current_completion, current_completion is v:null ? '' : current_completion.completion.text)
return s:CompletionInserter(current_completion, current_completion is v:null ? '' : current_completion.completion.text)
endfunction

function! codeium#AcceptNextWord() abort
Expand Down
4 changes: 2 additions & 2 deletions autoload/codeium/server.vim
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
let s:language_server_version = '1.8.58'
let s:language_server_sha = 'a333c15e50ad6f331d42796f71892ee0311bbd5f'
let s:language_server_version = '1.8.62'
let s:language_server_sha = '974fba83e340c3ff6491e384bb6787236ed887be'
let s:root = expand('<sfile>:h:h:h')
let s:bin = v:null

Expand Down

0 comments on commit c2bcccd

Please sign in to comment.