-
Notifications
You must be signed in to change notification settings - Fork 279
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
completion for file args doesn't happen if I use antigen apply
#89
Comments
Ah... looks like the Is there a way to get it to default to local file paths? |
That's odd. Things like the |
ls works. It's stuff that's a little outside normal (like dpkg that I mentioned, I'm on an OS X host using dpkg to examine build results). Here's what happens if I have a blank zshrc and start adding antigen components manually:
|
Btw, I think I found what's causing this. I don't think it's antigen but rather what zsh does once antigen makes everything context aware. This post has details on how to set up an alternate key press for file based completion regardless of command context. |
I want to reopen this because I'm seeing the same thing, but it's affecting ls and cd commands for me. I'm running antigen on zsh 5.0.6 on cygwin.
This is without any plugins loaded at all, just running apply breaks tab completion. |
Nevermind, this was a cygwin issue, solved by doing this: http://blog.en.edaro.net/2014/01/fix-broken-autocompletion-with-zsh-in.html |
I'm using
antigen bundles
to list a set of bundles, then I was callingantigen apply
afterwards.Not sure this is required since bundles still seem to load if I remove that call. And oddly enough it also makes completion for file name arguments work again.
To clarify, with this setup, I can tab-complete local file paths:
But if I add the apply step, I can't tab-complete local file paths:
Is this expected?
The text was updated successfully, but these errors were encountered: