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

A symlink to a directory does not complete with a trailing slash #3490

Closed
alexherbo2 opened this issue May 25, 2021 · 3 comments · Fixed by #3921
Closed

A symlink to a directory does not complete with a trailing slash #3490

alexherbo2 opened this issue May 25, 2021 · 3 comments · Fixed by #3921
Labels
good first issue Good for newcomers

Comments

@alexherbo2
Copy link

mkdir hunter-x-hunter
ln -s hunter-x-hunter hxh

Typing hx▌ and pressing Tab results:

hxh▌

instead of:

hxh/▌
@github-actions
Copy link

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.

@github-actions github-actions bot added the Stale used for marking issues and prs as stale label Jun 24, 2021
@sophiajt
Copy link
Contributor

sophiajt commented Jul 7, 2021

On recent nushell versions on my machine, it looks like we complete correctly:

cd hx<tab>

now gives:

> cd ./hxh

Closing, but if you're still seeing an issue, please reopen.

@sophiajt sophiajt closed this as completed Jul 7, 2021
@alexherbo2
Copy link
Author

The issue is to not complete with a trailing slash.

@sophiajt sophiajt reopened this Jul 8, 2021
@sophiajt sophiajt added good first issue Good for newcomers and removed Stale used for marking issues and prs as stale labels Jul 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants