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/missing blank line between prompts 293 #326

Merged
merged 3 commits into from
Aug 29, 2023

Conversation

edouard-lopez
Copy link
Member

@edouard-lopez edouard-lopez commented Aug 21, 2023

related: #293


What?

Calling _pure_prompt_beginning was happening after _pure_prompt_new_line thus erasing the eventual new line character. I moved _pure_prompt_beginning call from fish_prompt.fish to _pure_prompt_new_line.fish so it happens before adding the newline character.

Test pre-release (unstable)

fisher remove pure-fish/pure
fisher install pure-fish/pure@fix/missing-blank-line-between-prompts-293

@edouard-lopez edouard-lopez force-pushed the fix/missing-blank-line-between-prompts-293 branch from bca3b9c to 454c2e1 Compare August 29, 2023 10:18
@edouard-lopez edouard-lopez merged commit 7530aa9 into master Aug 29, 2023
7 checks passed
@edouard-lopez edouard-lopez deleted the fix/missing-blank-line-between-prompts-293 branch August 29, 2023 10:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant