1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-03 00:30:05 +08:00

Fixed missing endif at ruby config layer

This commit is contained in:
Gabriel Custódio 2018-09-24 11:02:57 -03:00 committed by GitHub
parent 108e82629b
commit 6765e9d3dc
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