-
-
Notifications
You must be signed in to change notification settings - Fork 18
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
The plugin disables autocomplete when only one option is available #132
Comments
There are no Which ZSH framework are you using? |
I'm loading a bunch of plugins (some from I compared the |
That's really strange. Could you try starting with nothing but tumult in your plugin list and seeing if the behavior is still there? I don't think the plugin sets any variables that should be altering tab completion behavior |
Yeah, I'll try the other way around. Add Will keep you posted, thanks! |
Thanks, I appreciate the help. If there's something I'm doing in tumult to break tab completion behavior I want to know so I can pre-emptively fix it in my other plugins. |
So I found out that this combination reproduces the problem: oh-my-zsh "base" + tumult.
which translates to:
You should be able to reproduce by downloading both repos manually instead of using antibody. |
I'm not sure how I can fix it given that tumult doesn't make any ZSH settings changes, it just adds its It does set up a few functions and aliases, I guess I can try turning those into full-on scripts so they don't alter the ZSH environment at all. |
But were you able to reproduce? I'm asking because I'm not 100% confident that other component of my setup is not interfering. |
I haven't had a chance to play with it, hoping to this weekend. |
I just type
cd Down<TAB>
.Without the plugin:
With the plugin:
The text was updated successfully, but these errors were encountered: