1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-04-14 23:49:19 +08:00

Merge pull request #2195 from gbrlcustodio/patch-1

Fixed missing endif at ruby config layer
This commit is contained in:
Wang Shidong 2018-09-25 08:45:36 +08:00 committed by GitHub
commit d5373fd27c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,6 +21,7 @@ function! SpaceVim#layers#lang#ruby#config() abort
call SpaceVim#plugins#repl#reg('ruby',s:ruby_repl_command)
else
call SpaceVim#plugins#repl#reg('ruby', 'irb')
endif
endfunction
function! SpaceVim#layers#lang#ruby#set_variable(var) abort