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

Clean up buffer names in :Buffers #637

Merged
merged 1 commit into from
May 28, 2018
Merged

Conversation

alaaibrahim
Copy link
Contributor

Issue: While following paths in a file, it might end up in paths like
a/b/../c/d.ext or a/b/./c.ext, which would be cleaner if displayed
like a/c/d.ext and a/b/c.ext.

Solution: Expand fullpath to resolve directories before collapsing it to
home directory/relative path.

Issue: While following paths in a file, it might end up in paths like
`a/b/../c/d.ext` or `a/b/./c.ext`, which would be cleaner if displayed
like `a/c/d.ext` and `a/b/c.ext`.

Solution: Expand fullpath to resolve directories before collapsing it to
home directory/relative path.
@junegunn junegunn merged commit ce82e10 into junegunn:master May 28, 2018
@junegunn
Copy link
Owner

Merged, thanks!

@alaaibrahim alaaibrahim deleted the fixBufNames branch May 28, 2018 17:34
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