mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-13 18:58:00 +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
|