blob: d7e0ba4ac59c4acbd6946b14e22dbf9cdf0c82a6 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
" Generated vim file by vim9jit. Please do not edit
let s:path = expand("<script>")
let s:lua_path = fnamemodify(s:path, ":r") . ".lua"
let s:nvim_module = luaeval('require("_vim9script").autoload(_A)', s:lua_path)
function! ccomplete#Complete(findstart, abase) abort
return s:nvim_module.Complete(a:findstart, a:abase)
endfunction
|