lib/reline/config.rb in reline-0.3.8 vs lib/reline/config.rb in reline-0.3.9

- old
+ new

@@ -250,10 +250,10 @@ if @if_stack.empty? raise InvalidInputrc, "#{file}:#{no}: unmatched endif" end @skip_section = @if_stack.pop when 'include' - read(args) + read(File.expand_path(args)) end end def bind_variable(name, value) case name