1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-02 22:40:06 +08:00
This commit is contained in:
wsdjeg 2017-05-15 00:55:15 +08:00
parent fa813cc979
commit 5174c3938f
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ function! s:body() abort
return 'SpaceVim development (pre-release) build.'
endfunction
function! SpaceVim#dev#release#open() abort
function! SpaceVim#dev#releases#open() abort
let username = input('github username:')
let password = input('github password:')
let releases = {

View File

@ -1,2 +1,2 @@
let g:spacevim_force_global_config = 1
call SpaceVim#custom#SPC('nnoremap', ['a', 'r'], 'call SpaceVim#dev#release#open()', 'Release SpaceVim', 1)
call SpaceVim#custom#SPC('nnoremap', ['a', 'r'], 'call SpaceVim#dev#releases#open()', 'Release SpaceVim', 1)