summaryrefslogtreecommitdiff
path: root/Completion/Base/Utility/_arguments
AgeCommit message (Collapse)AuthorFilesLines
2001-07-30(15526)Sven Wischnowsky1-0/+8
2001-06-06two fixes: try all actions that have to be tried (but only once), execute ↵Sven Wischnowsky1-74/+78
actions if we aren't after an option already (in the same word) (14733)
2001-06-01work around ${(@P)1[3,-1]} not working as expected (14658)Oliver Kiddle1-1/+1
2001-05-31fix tag-order problem with _arguments (completion after an option that gets ↵Sven Wischnowsky1-3/+5
an argument in the same word); and a fix for completion after -ab, where -a gets an argument in the next word and -b gets one in the same word (14607)
2001-04-2614117Sven Wischnowsky1-7/+8
2001-04-26rename -W option to -w, add new -W option which makes _arguments complete ↵Sven Wischnowsky1-13/+21
options even after options that get their argument in the same word; new _guard function for conditionally displaying messages (14105)
2001-04-05complete only those single letter options with the right prefix character ↵Sven Wischnowsky1-0/+2
(13908)
2001-04-04add -W option to _arguments, which allows to complete options after options ↵Sven Wischnowsky1-4/+17
that take an argument in the next word (13902)
2001-04-02moved from Completion/Base/_argumentsSven Wischnowsky1-0/+409