summaryrefslogtreecommitdiff
path: root/Completion
AgeCommit message (Collapse)AuthorFilesLines
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
2001-06-06two fixes: try all actions that have to be tried (but only once), execute ↵Sven Wischnowsky1-74/+78
actions if we aren't after an option already (in the same word) (14733)
2001-06-05Add --nobuild and --nogpg to rpm completion.Chmouel Boudjnah1-2/+2
2001-06-01work around ${(@P)1[3,-1]} not working as expected (14658)Oliver Kiddle2-2/+2
2001-06-01Add _ruby.Bart Schaefer1-1/+1
2001-06-0114635: presume '*core' glob for coredump filesClint Adams1-1/+1
2001-06-01* 14628: Completion/Unix/Command/_ruby: new completion function.Tanaka Akira1-0/+49
2001-05-31fix tag-order problem with _arguments (completion after an option that gets ↵Sven Wischnowsky1-3/+5
an argument in the same word); and a fix for completion after -ab, where -a gets an argument in the next word and -b gets one in the same word (14607)
2001-05-31(14602)Sven Wischnowsky1-0/+1
2001-05-31always use supplied matchers (14599)Sven Wischnowsky1-2/+2
2001-05-30update _pine for pine 4.33, add echoti completion and update _echotc (14567)Oliver Kiddle4-7/+15
2001-05-30some cleanup (14558)Sven Wischnowsky2-7/+0
2001-05-29spelling correctionsOliver Kiddle26-63/+63
2001-05-29Add support for rpm update-alternatives.Chmouel Boudjnah1-7/+13
2001-05-2914538: cleaner _perl_config_vars from Matt ZimmermanClint Adams1-4/+1
2001-05-2914536: multiple --slave loopClint Adams1-4/+17
2001-05-2914533: -> to = -> for dpkg and update-alternativesClint Adams2-7/+7
2001-05-29use `eval $_comp_setup' in all entry points of the completion system to not ↵Sven Wischnowsky10-18/+20
only set up the options, but also redirect stdin and ignore trap handlers for ZERR (14530)
2001-05-28thinkoClint Adams1-1/+1
2001-05-2814513: update-alternatives completionClint Adams2-0/+42
2001-05-2814512: dpkg --compare-versions behavior tweakClint Adams1-4/+4
2001-05-2814509: ZLS_COLOURS/ZLS_COLORS consistencyClint Adams1-1/+1
2001-05-2514479: apt-get --reinstallClint Adams1-0/+1
2001-05-21fix to include + options in tag order (14416)Oliver Kiddle1-1/+1
2001-05-21unposted: quote $@ in calls to _argumentsClint Adams1-2/+2
2001-05-21make use of _arguments in _set (14409)Oliver Kiddle1-7/+23
2001-05-1814378: more programs that process .texClint Adams1-1/+1
2001-05-17* 14377: Completion/Unix/Command/_cvs: support new .cvspass formatTanaka Akira1-1/+1
introduced by cvs-1.11.1.
2001-05-17typo with compset in _lpPeter Stephenson1-1/+1
2001-05-1614362: more modprobe stuffClint Adams1-1/+20