Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Initial Indentation of Blocks in Nomultiline Mode #696

Merged
merged 1 commit into from
Aug 29, 2023

Conversation

chadrschroeder
Copy link
Contributor

Fixes #524.

@@ -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
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I couldn't see a case where this extra indentation would be desired, but let me know if I'm missing something. I also wasn't seeing a quick way to add a test for this.

Copy link
Member

@tompng tompng left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@tompng tompng merged commit 59bcc07 into ruby:master Aug 29, 2023
24 checks passed
matzbot pushed a commit to ruby/ruby that referenced this pull request Aug 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Wrong indent in nomultiline mode
2 participants