mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-03-17 21:25:45 +08:00
7 lines
96 B
VimL
7 lines
96 B
VimL
let s:api = '/api/site_admin'
|
|
|
|
|
|
function! SpaceVim#dev#reddit#site_admin() abort
|
|
|
|
endfunction
|