-
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
Fix deferred compdef between sourcing antigen and antigen apply #737
base: develop
Are you sure you want to change the base?
Conversation
Using some obscure Zsh syntax, check https://zsh.sourceforge.io/Doc/Release/Expansion.html#Parameter-Expansion-Flags for documentation about it. Fixes zsh-users#736
This seems to only fix the no/stale cache case, when the cache is enabled, there is no |
Modified so it also fixes the caching case. |
Avoids the for loop iterating an empty variable and calling `compdef` with no arguments
Can this be reviewed and unblocked for merge please. Impacted from #736 |
Sadly this project seems unmaintained for quite some time and the original maintainers haven't appointed anyone new to take over. |
If you want to manually patch your local antigen install: antigen-deferred-compdef-fix.patch.tar.gz patch -p2 -i antigen-deferred-compdef-fix.patch |
Thank you for your fix @segevfiner! It's a pity this project no longer seems maintained. |
Using some obscure Zsh syntax, check https://zsh.sourceforge.io/Doc/Release/Expansion.html#Parameter-Expansion-Flags for documentation about it.
Fixes #736