mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-03 12:10:05 +08:00
6 lines
83 B
VimL
6 lines
83 B
VimL
function! auto#foo#func(...)
|
|
return 'func'
|
|
endfunction
|
|
|
|
let auto#foo#var = 'var'
|