1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-03-13 02:05:40 +08:00

feat(github): add UpdateStartedRepos command

This commit is contained in:
wsdjeg 2022-05-31 23:00:49 +08:00
parent b4c14f2253
commit 297f58477b

View File

@ -97,7 +97,7 @@ function! SpaceVim#layers#github#config() abort
\ 'OpenGithubIssue', 'show issues in browser', 1)
call SpaceVim#mapping#space#def('nnoremap', ['g', 'h', 'p'],
\ 'OpenGithubPullReq', 'show PRs in browser', 1)
"" }}}
command! UpdateStartedRepos call s:update_stared_repo_list()
endfunction
function! SpaceVim#layers#github#health() abort