summaryrefslogtreecommitdiff
path: root/Completion/compinit
AgeCommit message (Collapse)AuthorFilesLines
2002-04-25users/4865: Completion/compinit: need to add NO_octalzeroes toPeter Stephenson1-0/+1
$_comp_options.
2002-03-13remove that -T option to compdef again and instead use comma-separated ↵Sven Wischnowsky1-120/+51
sub-contexts both for function and style lookup (16819)
2002-03-04allow different sets of completion definitions selected with option -T to ↵Sven Wischnowsky1-54/+135
compdef; use this for parameter values and redirections (16755)
2001-06-21Fix exit status of compdef.Bart Schaefer1-3/+3
2001-05-29use `eval $_comp_setup' in all entry points of the completion system to not ↵Sven Wischnowsky1-0/+11
only set up the options, but also redirect stdin and ignore trap handlers for ZERR (14530)
2001-04-29NO_kshglob in _comp_options.Bart Schaefer1-0/+1
2001-04-06Improve prompt when compaudit finds badness.Bart Schaefer1-1/+2
2001-04-02after-move cleanupSven Wischnowsky1-2/+2
2001-04-02moved from Completion/Core/compinitSven Wischnowsky1-0/+483