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

Change README.md configuration signs to match actual defaults #950

Merged
merged 1 commit into from
Apr 3, 2024

Conversation

LukeFranceschini
Copy link
Contributor

The default text sign for add and change is a "Box Drawings Heavy Vertical" (U+2503). However, README.md uses "Box Drawings Light Vertical" (U+2502) in its configuration for these signs. This commit changes the sample configuration to match the actual defaults used in the code, which then gets propagated to gitsigns.txt when running gen_help.lua.

This way someone who wants to use the same symbol for untracked as add and change, as I did, gets the same character when they copy and paste from the documentation into their config.

The default text sign for add and change is a "Box Drawings Heavy
Vertical" (U+2503). However, README.md uses "Box Drawings Light
Vertical" (U+2502) in its configuration for these signs. This
commit changes the sample configuration to match the actual defaults
used in the code, which then gets propagated to gitsigns.txt when
running gen_help.lua.

This way someone who wants to use the same symbol for untracked as add
and change, as I did, gets the same character when they copy and paste
from the documentation into their config.
@lewis6991 lewis6991 merged commit 22c0ab8 into lewis6991:main Apr 3, 2024
5 of 6 checks passed
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