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

Completing files inside quotes adds the result outside of quotes #552

Closed
lledey opened this issue Jan 30, 2013 · 4 comments
Closed

Completing files inside quotes adds the result outside of quotes #552

lledey opened this issue Jan 30, 2013 · 4 comments
Milestone

Comments

@lledey
Copy link
Contributor

lledey commented Jan 30, 2013

Hitting tab when writing inside quotes results in completing files outside of the quotes.

Example:
...> touch test
...> echo "te<tab>"
...> echo "te"st

@ridiculousfish
Copy link
Member

Good find. The key is that you have to be inside the closing quote.

@ridiculousfish
Copy link
Member

Fixed as ded81ec . Now fish will try to appropriate a closing quote in completions, even if the cursor is outside of them.

echo "te<tab>" -> echo "test"
echo "te"<tab> -> echo "test"

@ridiculousfish
Copy link
Member

Thanks for reporting this

@lledey
Copy link
Contributor Author

lledey commented Feb 2, 2013

Nice, thanks !

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 19, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants