Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

_arguments '*:: :->action' hinders options from being completed after arguments



Giving a specification to _arguments that includes a '*:: :->action'
hinders options from being completed after an argument.  Changing the
specification from '*:: :->action' to '*: :->action' solves this
issue.

This affects, among others, _git-add.



Messages sorted by: Reverse Date, Date, Thread, Author