mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-09 12:20: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)
|
call SpaceVim#plugins#repl#reg('ruby',s:ruby_repl_command)
|
||||||
else
|
else
|
||||||
call SpaceVim#plugins#repl#reg('ruby', 'irb')
|
call SpaceVim#plugins#repl#reg('ruby', 'irb')
|
||||||
|
endif
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
function! SpaceVim#layers#lang#ruby#set_variable(var) abort
|
function! SpaceVim#layers#lang#ruby#set_variable(var) abort
|
||||||
|
Loading…
Reference in New Issue
Block a user