1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-03-12 17:55:41 +08:00
2022-03-22 14:33:27 +08:00

6 lines
83 B
VimL

function! auto#foo#func(...)
return 'func'
endfunction
let auto#foo#var = 'var'