[ruby/reline] Add workspace member for the latest IRB's implementation
https://github.com/ruby/reline/commit/8b55fc8fee
This commit is contained in:
parent
a2f649374d
commit
2c056816c4
@ -20,7 +20,7 @@ end
|
|||||||
class AutoIndent < RubyLex
|
class AutoIndent < RubyLex
|
||||||
def initialize
|
def initialize
|
||||||
set_input(self)
|
set_input(self)
|
||||||
context = Struct.new(:auto_indent_mode).new(true)
|
context = Struct.new(:auto_indent_mode, :workspace).new(true, nil)
|
||||||
set_auto_indent(context)
|
set_auto_indent(context)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user