summaryrefslogtreecommitdiff
path: root/Completion
AgeCommit message (Collapse)AuthorFilesLines
2001-08-1415629: unzip -Z should behave just as zipinfo doesClint Adams1-4/+9
2001-08-13-[12n] options don't get arguments (15615)Sven Wischnowsky1-1/+1
2001-08-09add exclusion lists to _dd and check for redhat/mandrake in _user_adminOliver Kiddle2-21/+23
2001-08-08follow-up to 15588; add -w option to _values (look at all words); change _dd ↵Sven Wischnowsky1-17/+11
back (15597)
2001-08-07use _x_display when setting $DISPLAY and fix bug in enable completion (15594)Oliver Kiddle2-1/+3
2001-08-07do not complete aliases in equals expansion any more (15590)Oliver Kiddle1-7/+1
2001-08-07make _dd not use already used specs; fix for selecting stuff to complete in ↵Sven Wischnowsky3-14/+31
_describe; fix for correction and _describe with grouped lists (15588)
2001-08-06correct mistake with 15574Oliver Kiddle1-1/+1
2001-08-06share descriptions for long/short opts in more completions and other changesOliver Kiddle13-276/+275
2001-08-03new BSD completion and fix _chown for symlinksOliver Kiddle4-13/+59
2001-07-3115551: complete presumably compressed files for gzip -t and -lClint Adams1-1/+3
2001-07-30(15526)Sven Wischnowsky1-0/+8
2001-07-27(15509)Sven Wischnowsky1-2/+3
2001-07-2715507: new zcalc functionPeter Stephenson1-1/+1
15508: cvs tag didn't complete tags despite it's claim.
2001-07-25Fix typo.Bart Schaefer1-1/+1
2001-07-25move pattern matching in the loop to make sure all match specs are used (15487)Sven Wischnowsky1-43/+47
2001-07-25some more places where list-separator should be used (15485)Sven Wischnowsky4-16/+22
2001-07-25another fix for 15477 (separator strings); add list-separator style (15484)Sven Wischnowsky6-13/+23
2001-07-25make display for groups in _describe nicer; improve packing with ↵Sven Wischnowsky1-24/+16
list_packed; leave space for type character (list_types) only in groups with at least one file name (15477)
2001-07-24improve user/host completion before a @ (15468)Sven Wischnowsky1-0/+2
2001-07-19yet another followup to 15497; make _describe filter out non-matching ↵Sven Wischnowsky1-0/+43
strings before calling compdescribe, otherwise some matches will be hiddens (15415)
2001-07-18add list-grouped option to make options and such be grouped together if they ↵Sven Wischnowsky2-4/+11
have the same description; matches with line-display strings can be hidden; hi and du capabalities in complist are only used if set by the user (15407)
2001-07-18add support for -R option (15402)Sven Wischnowsky1-0/+9
2001-07-17use colon separator for BSD (15393)Oliver Kiddle1-1/+1
2001-07-17add preserve-prefix style to keep pathname prefix unchanged (15400)Sven Wischnowsky1-0/+5
2001-07-1315390: Cygwin supportAndrey Borzenkov2-1/+53
2001-07-13make _files not use its own description if there is one from a calling ↵Sven Wischnowsky2-3/+11
function; improve -P-prefix handling in _path_files (15389)
2001-07-10(15357)Sven Wischnowsky1-2/+8
2001-07-10remove not only numeric suffixes, but also `.n' and the like (15352)Sven Wischnowsky1-3/+2
2001-07-06add exclusion lists and use _multi_parts for sysctl completion on BSD (15252)Oliver Kiddle2-17/+22
2001-07-06(15283)Sven Wischnowsky1-1/+1
2001-07-03add completion for sysctl(8) (15215, 15223)Oliver Kiddle2-1/+34
2001-07-02Return nonzero from _tilde on no matches.Bart Schaefer1-1/+3
2001-06-29Merge .distfiles change from 4.0.2 branch.Bart Schaefer1-0/+1
2001-06-28fix for two digit display numbers and -encodings option (15159)Oliver Kiddle1-5/+4
2001-06-28Unposted: Add _last.Bart Schaefer1-1/+1
2001-06-28Improve completion for `cd' with cdablevars set; cleanup in _cd and _tilde ↵Sven Wischnowsky2-24/+48
(15152)
2001-06-2515079: completion for last(1)Clint Adams2-1/+18
2001-06-21improve pattern matching to make match specs work for manual page completion ↵Sven Wischnowsky1-45/+60
(15029)
2001-06-21Fix handling of interrupt in two completion widgets.Bart Schaefer2-2/+3
2001-06-21Completion for AUTO_CD.Bart Schaefer3-2/+7
2001-06-21Fix exit status of compdef.Bart Schaefer1-3/+3
2001-06-20Fix "insert-tab pending" zstyle.Bart Schaefer1-2/+2
2001-06-1814962Sven Wischnowsky1-1/+1
2001-06-14Load tcp module, zfcd_match, zfget_match where necessary.Peter Stephenson1-0/+2
2001-06-13fix for comparguments (completing after single letter options that get their ↵Sven Wischnowsky3-14/+30
argument in the next word); make _values ignore some of the standard option it may get; make _mount use _dir_list in some places and improve that; `document' comparguments and compvalues with some comments in computil.c (14897)
2001-06-13don't complete read-only parameters on the left side of an assignment (14896)Oliver Kiddle1-1/+1
2001-06-13Fix assignment problems spotted by BartPeter Stephenson1-4/+4
2001-06-1314883Sven Wischnowsky1-7/+118
2001-06-11(14841)Sven Wischnowsky1-1/+1