There was an error while loading. Please reload this page.
1 parent eea9ae6 commit 31158e8Copy full SHA for 31158e8
1 file changed
autoload/copilot.vim
@@ -804,6 +804,7 @@ function! copilot#AcceptCharacter()
804
let suggestion = copilot#Accept("")
805
let bar = copilot#TextQueuedForInsertion()
806
return split(bar, '[ .]\zs')[0][0]
807
+endfunction
808
809
let g:copilot_filetypes = {
810
\ 'markdown': v:true,
0 commit comments