-
-
Notifications
You must be signed in to change notification settings - Fork 109
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
Going to existing directory is still showing the filter #207
Comments
More detail please |
I am in the same issue, too. |
same here Fish (exists in cwd) should Go to dir without the filter command (same as builtin cd). But it shows **filter** |
I guess this is a duplicate of #206. |
Same issue. |
Having same issue on master branch. In my case the reason was that function switch "$count"
case '1' to switch "$count"
case '2' This should be fine, because it looks like this function will receive one empty entry in any case. |
@b4b4r07 is the solution from @Darkclainer the correct approach? I can open a PR if so. |
I encounter the same issue too. |
I have the same issue, clean install of Ubuntu 23.10, using fish shell. Will use hack @Darkclainer suggested for now. |
@augustocdias, I saw you made a more correct (in my opinion) fix: augustocdias@a6b9835. Could you please create PR, so the maintainer, at least will identify the problem more clearly or hopefully will merge fix? |
When I cd to an exact match within the CWD it is still showing the filter to select an option.
This is happening in fish on mac os arm.
The text was updated successfully, but these errors were encountered: