about summary refs log tree commit diff
path: root/Completion
Commit message (Expand)AuthorAgeFilesLines
* correct mistake with 15574Oliver Kiddle2001-08-061-1/+1
* share descriptions for long/short opts in more completions and other changesOliver Kiddle2001-08-0613-276/+275
* new BSD completion and fix _chown for symlinksOliver Kiddle2001-08-034-13/+59
* 15551: complete presumably compressed files for gzip -t and -lClint Adams2001-07-311-1/+3
* (15526)Sven Wischnowsky2001-07-301-0/+8
* (15509)Sven Wischnowsky2001-07-271-2/+3
* 15507: new zcalc functionPeter Stephenson2001-07-271-1/+1
* Fix typo.Bart Schaefer2001-07-251-1/+1
* move pattern matching in the loop to make sure all match specs are used (15487)Sven Wischnowsky2001-07-251-43/+47
* some more places where list-separator should be used (15485)Sven Wischnowsky2001-07-254-16/+22
* another fix for 15477 (separator strings); add list-separator style (15484)Sven Wischnowsky2001-07-256-13/+23
* make display for groups in _describe nicer; improve packing with list_packed;...Sven Wischnowsky2001-07-251-24/+16
* improve user/host completion before a @ (15468)Sven Wischnowsky2001-07-241-0/+2
* yet another followup to 15497; make _describe filter out non-matching strings...Sven Wischnowsky2001-07-191-0/+43
* add list-grouped option to make options and such be grouped together if they ...Sven Wischnowsky2001-07-182-4/+11
* add support for -R option (15402)Sven Wischnowsky2001-07-181-0/+9
* use colon separator for BSD (15393)Oliver Kiddle2001-07-171-1/+1
* add preserve-prefix style to keep pathname prefix unchanged (15400)Sven Wischnowsky2001-07-171-0/+5
* 15390: Cygwin supportAndrey Borzenkov2001-07-132-1/+53
* make _files not use its own description if there is one from a calling functi...Sven Wischnowsky2001-07-132-3/+11
* (15357)Sven Wischnowsky2001-07-101-2/+8
* remove not only numeric suffixes, but also `.n' and the like (15352)Sven Wischnowsky2001-07-101-3/+2
* add exclusion lists and use _multi_parts for sysctl completion on BSD (15252)Oliver Kiddle2001-07-062-17/+22
* (15283)Sven Wischnowsky2001-07-061-1/+1
* add completion for sysctl(8) (15215, 15223)Oliver Kiddle2001-07-032-1/+34
* Return nonzero from _tilde on no matches.Bart Schaefer2001-07-021-1/+3
* Merge .distfiles change from 4.0.2 branch.Bart Schaefer2001-06-291-0/+1
* fix for two digit display numbers and -encodings option (15159)Oliver Kiddle2001-06-281-5/+4
* Unposted: Add _last.Bart Schaefer2001-06-281-1/+1
* Improve completion for `cd' with cdablevars set; cleanup in _cd and _tilde (1...Sven Wischnowsky2001-06-282-24/+48
* 15079: completion for last(1)Clint Adams2001-06-252-1/+18
* improve pattern matching to make match specs work for manual page completion ...Sven Wischnowsky2001-06-211-45/+60
* Fix handling of interrupt in two completion widgets.Bart Schaefer2001-06-212-2/+3
* Completion for AUTO_CD.Bart Schaefer2001-06-213-2/+7
* Fix exit status of compdef.Bart Schaefer2001-06-211-3/+3
* Fix "insert-tab pending" zstyle.Bart Schaefer2001-06-201-2/+2
* 14962Sven Wischnowsky2001-06-181-1/+1
* Load tcp module, zfcd_match, zfget_match where necessary.Peter Stephenson2001-06-141-0/+2
* fix for comparguments (completing after single letter options that get their ...Sven Wischnowsky2001-06-133-14/+30
* don't complete read-only parameters on the left side of an assignment (14896)Oliver Kiddle2001-06-131-1/+1
* Fix assignment problems spotted by BartPeter Stephenson2001-06-131-4/+4
* 14883Sven Wischnowsky2001-06-131-7/+118
* (14841)Sven Wischnowsky2001-06-111-1/+1
* two fixes: try all actions that have to be tried (but only once), execute act...Sven Wischnowsky2001-06-061-74/+78
* Add --nobuild and --nogpg to rpm completion.Chmouel Boudjnah2001-06-051-2/+2
* work around ${(@P)1[3,-1]} not working as expected (14658)Oliver Kiddle2001-06-012-2/+2
* Add _ruby.Bart Schaefer2001-06-011-1/+1
* 14635: presume '*core' glob for coredump filesClint Adams2001-06-011-1/+1
* * 14628: Completion/Unix/Command/_ruby: new completion function.Tanaka Akira2001-06-011-0/+49
* fix tag-order problem with _arguments (completion after an option that gets a...Sven Wischnowsky2001-05-311-3/+5