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:
parent
108e82629b
commit
6765e9d3dc
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user