about summary refs log tree commit diff
path: root/Completion/Unix/Command/_su
Commit message (Collapse)AuthorAgeFilesLines
* 45423: _su: Improve arg handling, shell look-upsdana2020-02-141-12/+33
| | | | | | | | Differences from ML post: * Properly fix escaping issue with $usr (needs unescaped first) * Make $shell emptiness check easier to read (per feedback)
* 38703: support su options on macOSOliver Kiddle2016-06-181-1/+1
|
* 38639: fix username completion after -, update options and get user shell ↵Oliver Kiddle2016-06-091-60/+67
| | | | with getent
* 33485: fix a missing ;; case terminatorMikael Magnusson2014-10-241-0/+1
|
* 33485: fixes for zstyle context handlingOliver Kiddle2014-10-211-5/+15
|
* 22110: more intelligent su completionBart Schaefer2006-01-161-12/+61
|
* remove that -T option to compdef again and instead use comma-separated ↵Sven Wischnowsky2002-03-131-1/+1
| | | | sub-contexts both for function and style lookup (16819)
* allow different sets of completion definitions selected with option -T to ↵Sven Wischnowsky2002-03-041-1/+1
| | | | compdef; use this for parameter values and redirections (16755)
* allow arguments to be given to functions used by compdef (actually, the ↵Sven Wischnowsky2002-01-211-4/+2
| | | | strings are eval'uated, so this should be powerful enough) (16472)
* moved from Completion/User/_suSven Wischnowsky2001-04-021-0/+22