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

Differentiate between duplicate names in bufferline #5092

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

DylanBulfin
Copy link
Contributor

Currently, if there are multiple buffers with the same name, the bufferline does not differentiate these names (#5040). This PR should fix that; if there are two open buffers with the same name, the relative path will be displayed in the bufferline instead of just the file name.

Refactored logic, uses HashMap for efficiency

Changed conditional
@pascalkuthe pascalkuthe added A-helix-term Area: Helix term improvements S-waiting-on-review Status: Awaiting review from a maintainer. labels Dec 9, 2022
@spost-stateless
Copy link

Sorry for the bump, but is there anything holding this up from merge? This feature would be great to have for Typescript development where I tend to end up with a dozen index.ts files. I'd be happy to pick up any additional work if @DylanBulfin is busy.

@the-mikedavis the-mikedavis changed the title Added command to differentiate duplicate names in bufferline Differentiate between duplicate names in bufferline Feb 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-helix-term Area: Helix term improvements S-waiting-on-review Status: Awaiting review from a maintainer.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants