When is GitSignsStagedUntracked highlight group even used?
#1522
Unanswered
dasupradyumna
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I understand that
GitSignsUntrackedhighlight group is used for new untracked files in a git repository. But what aboutGitSignsStagedUntracked?? The documentation is not very clear.Also, when an untracked file is staged, it is added to the index and
GitSignsStagedAddis used for the signs and their corresponding highlight groups as well. This makes sense to me.I only want to understand the case in which
GitSignsStagedUntrackedis actually used. Is it a placeholder for future implementation?Beta Was this translation helpful? Give feedback.
All reactions