4 lines
71 B
VimL
4 lines
71 B
VimL
|
function! copilot#version#String() abort
|
||
|
return '1.18.0'
|
||
|
endfunction
|