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: Recognize underscores as commit tree characters #2

Merged
merged 1 commit into from
Sep 3, 2024

Conversation

5HT2
Copy link
Member

@5HT2 5HT2 commented Sep 3, 2024

Currently, any line in a commit tree representation with an underscore will not be highlighted correctly. The solution is to add the underscore to the list of commit tree characters.

Fixes VundleVim#766.


Authored by @chiphogg, here: VundleVim#767.

Currently, any line in a commit tree representation with an underscore
will not be highlighted correctly.  The solution is to add the
underscore to the list of commit tree characters.

Fixes VundleVim#766.
@5HT2 5HT2 merged commit d805739 into 5HT2C:master Sep 3, 2024
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.

Certain complicated commit histories are highlighted incorrectly
2 participants