about summary refs log tree commit diff
path: root/Completion/compinit
Commit message (Collapse)AuthorAgeFilesLines
* users/4865: Completion/compinit: need to add NO_octalzeroes toPeter Stephenson2002-04-251-0/+1
| | | | $_comp_options.
* remove that -T option to compdef again and instead use comma-separated ↵Sven Wischnowsky2002-03-131-120/+51
| | | | sub-contexts both for function and style lookup (16819)
* allow different sets of completion definitions selected with option -T to ↵Sven Wischnowsky2002-03-041-54/+135
| | | | compdef; use this for parameter values and redirections (16755)
* Fix exit status of compdef.Bart Schaefer2001-06-211-3/+3
|
* use `eval $_comp_setup' in all entry points of the completion system to not ↵Sven Wischnowsky2001-05-291-0/+11
| | | | only set up the options, but also redirect stdin and ignore trap handlers for ZERR (14530)
* NO_kshglob in _comp_options.Bart Schaefer2001-04-291-0/+1
|
* Improve prompt when compaudit finds badness.Bart Schaefer2001-04-061-1/+2
|
* after-move cleanupSven Wischnowsky2001-04-021-2/+2
|
* moved from Completion/Core/compinitSven Wischnowsky2001-04-021-0/+483