about summary refs log tree commit diff
path: root/Completion/Unix/Type/_path_commands
Commit message (Collapse)AuthorAgeFilesLines
* 37664: docs: Document the completion function _command_names.Daniel Shahaf2016-01-201-0/+3
|
* 35168: Improve parsing of case patterns.Peter Stephenson2015-05-181-1/+1
| | | | | | | | | | | | | | "|" is now found properly by looking for words that come from the lexical analyser, rather than hacking a pattern returned in one dollop. Update some completion functions that need extra quoting as a result. Add test for new parsing. Update version number to 5.0.8-dev-3 because of wordcode incompatibility.
* 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