about summary refs log tree commit diff
path: root/Completion/Unix/Type/_path_commands
Commit message (Collapse)AuthorAgeFilesLines
* users/16711: try to take account of PATH_DIRS option in command completionPeter Stephenson2012-01-081-0/+12
|
* 25988: declare temporary cache array as local, thanks to problem noticed by ↵Clint Adams2008-11-021-2/+2
| | | | Kazuhiro NISHIYAMA.
* 24653, 24659: Completion/Unix/Type/_path_commands: use a helper functionBart Schaefer2008-03-031-3/+15
| | | | | to call "whatis" portably, and use compadd -O to pre-filter matches before reading $_command_descriptions.
* 24650: use zstyle -t instead of -T since extra-verbose isn't meant to ↵Clint Adams2008-03-011-1/+1
| | | | default to yes.
* 24626: only process command descriptions if extra-verbose style is set.Clint Adams2008-02-281-1/+1
|
* 24570: don't attempt to pre-filter $commands on $PREFIX, just let compaddBart Schaefer2008-02-191-1/+1
| | | | deal with it.
* 23782: commands with descriptions.Clint Adams2007-08-191-0/+77