Skip to content

Commit

Permalink
fixes #524
Browse files Browse the repository at this point in the history
  • Loading branch information
chadrschroeder committed Aug 26, 2023
1 parent 1ba586c commit d55f0f2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/irb.rb
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,6 @@ def eval_input
prompt_i = @context.prompt_i.nil? ? "" : @context.prompt_i
ind = prompt(prompt_i, ltype, indent, line_no)[/.*\z/].size +
indent * 2 - p.size
ind += 2 if continue
@context.io.prompt = p + " " * ind if ind > 0
end
end
Expand Down

0 comments on commit d55f0f2

Please sign in to comment.