mirror of
https://github.com/amix/vimrc
synced 2025-01-01 22:58:43 +00:00
4 lines
71 B
VimL
4 lines
71 B
VimL
|
function! copilot#version#String() abort
|
||
|
return '1.18.0'
|
||
|
endfunction
|