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: extmarks missing from final line #87

Merged
merged 1 commit into from
May 26, 2024

Conversation

jradam
Copy link
Contributor

@jradam jradam commented May 26, 2024

I noticed that while extmarks are present on the first line (<<<<<<< HEAD), they are missing from the final line of the incoming changes (>>>>>>> new_branch), so I extended them to include it.

<<<<<<< HEAD (Current changes)
-- Code
=======
-- Code
>>>>>>> new_branch (Incoming changes)
-- There were no extmarks on this ^^ line

Merging this would help with selecting conflicts by extmark.

@akinsho akinsho merged commit 96458b8 into akinsho:main May 26, 2024
@akinsho
Copy link
Owner

akinsho commented May 26, 2024

Thanks @jradam 🙏🏾

@jradam
Copy link
Contributor Author

jradam commented May 26, 2024

Awesome, thanks @akinsho!

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.

2 participants