summaryrefslogtreecommitdiff
path: root/Completion/Zsh/Command/_compdef
AgeCommit message (Collapse)AuthorFilesLines
2018-09-0643366: _compdef: Change and add sources for completed completion function names.Daniel Shahaf1-2/+3
Use ${(v)_comps} instead of going through $fpath again. Use ${functions} as well to find more legitimate matches, such as various __git_foo() helpers defined in ${^fpath}/_git.
2003-06-2518631: returning too early breaks prefix-needed style set to falseOliver Kiddle1-6/+8
2002-04-16make more calls to _message use the -e option (16988)Sven Wischnowsky1-1/+1
2002-03-2716913: fix completion after compdef -a and correct typosOliver Kiddle1-4/+5
2002-03-13remove that -T option to compdef again and instead use comma-separated ↵Sven Wischnowsky1-16/+38
sub-contexts both for function and style lookup (16819)
2002-03-04allow different sets of completion definitions selected with option -T to ↵Sven Wischnowsky1-0/+1
compdef; use this for parameter values and redirections (16755)
2001-04-02moved from Completion/Builtins/_compdefSven Wischnowsky1-0/+52