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

Case-insensitive file completion doesn't work with variables #4205

Open
Angel-Jia opened this issue Jul 10, 2017 · 0 comments
Open

Case-insensitive file completion doesn't work with variables #4205

Angel-Jia opened this issue Jul 10, 2017 · 0 comments
Labels
bug Something that's not working as intended
Milestone

Comments

@Angel-Jia
Copy link

Angel-Jia commented Jul 10, 2017

fish version: 2.6
for example:
I have only one file named FILE_1 in the directory '~ /test/', then let dir='~ /test/', like this:
$ set dir test
then rename the file:
$ mv $dir/fi
then press tab, and no response, completion failed.
by contrast, when I am in directory '~ /test/' and rename the file
$ mv fil
then press tab, the 'fil' can be translate into 'FILE_1'

@faho faho changed the title Tab completion has some problems Case-insensitive file completion doesn't work with variables Jul 10, 2017
@faho faho added the bug Something that's not working as intended label Jul 10, 2017
@faho faho added this to the fish-future milestone Jul 10, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something that's not working as intended
Projects
None yet
Development

No branches or pull requests

2 participants