mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-09 07:50:05 +08:00
Fix Type
This commit is contained in:
parent
fa813cc979
commit
5174c3938f
@ -2,7 +2,7 @@ function! s:body() abort
|
|||||||
return 'SpaceVim development (pre-release) build.'
|
return 'SpaceVim development (pre-release) build.'
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
function! SpaceVim#dev#release#open() abort
|
function! SpaceVim#dev#releases#open() abort
|
||||||
let username = input('github username:')
|
let username = input('github username:')
|
||||||
let password = input('github password:')
|
let password = input('github password:')
|
||||||
let releases = {
|
let releases = {
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
let g:spacevim_force_global_config = 1
|
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)
|
||||||
|
Loading…
Reference in New Issue
Block a user