1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-04-14 15:19:12 +08:00
This commit is contained in:
Shidong Wang 2019-06-28 21:35:29 +08:00
parent b1114b20b5
commit 8515969dfa
2 changed files with 2 additions and 2 deletions

View File

@ -51,7 +51,7 @@ function! s:language_specified_mappings() abort
\ 'call nim#features#usages#run(1)', 'rename symbol in project', 1)
call SpaceVim#mapping#space#langSPC('nmap', ['l','r'],
\ 'call SpaceVim#plugins#runner#open()',
\ 'compible and run current file', 1)
\ 'compile and run current file', 1)
" REPL key bindings {{{
let g:_spacevim_mappings_space.l.s = {'name' : '+Send'}

View File

@ -28,5 +28,5 @@ endfunction
function! s:language_specified_mappings() abort
call SpaceVim#mapping#space#langSPC('nmap', ['l','r'],
\ 'call SpaceVim#plugins#runner#open()',
\ 'compible and run current file', 1)
\ 'compile and run current file', 1)
endfunction