mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-03-15 19:45:46 +08:00
feat(github): add UpdateStartedRepos command
This commit is contained in:
parent
b4c14f2253
commit
297f58477b
@ -97,7 +97,7 @@ function! SpaceVim#layers#github#config() abort
|
|||||||
\ 'OpenGithubIssue', 'show issues in browser', 1)
|
\ 'OpenGithubIssue', 'show issues in browser', 1)
|
||||||
call SpaceVim#mapping#space#def('nnoremap', ['g', 'h', 'p'],
|
call SpaceVim#mapping#space#def('nnoremap', ['g', 'h', 'p'],
|
||||||
\ 'OpenGithubPullReq', 'show PRs in browser', 1)
|
\ 'OpenGithubPullReq', 'show PRs in browser', 1)
|
||||||
"" }}}
|
command! UpdateStartedRepos call s:update_stared_repo_list()
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
function! SpaceVim#layers#github#health() abort
|
function! SpaceVim#layers#github#health() abort
|
||||||
|
Loading…
x
Reference in New Issue
Block a user