about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* moved from Completion/Core/_requestedSven Wischnowsky2001-04-021-0/+19
* moved to Completion/Base/Core/_requestedSven Wischnowsky2001-04-021-19/+0
* moved from Completion/Core/_normalSven Wischnowsky2001-04-021-0/+128
* moved to Completion/Base/Core/_normalSven Wischnowsky2001-04-021-128/+0
* moved from Completion/Core/_next_labelSven Wischnowsky2001-04-021-0/+25
* moved to Completion/Base/Core/_next_labelSven Wischnowsky2001-04-021-25/+0
* moved from Completion/Core/_messageSven Wischnowsky2001-04-021-0/+20
* moved to Completion/Base/Core/_messageSven Wischnowsky2001-04-021-20/+0
* moved from Completion/Core/_main_completeSven Wischnowsky2001-04-021-0/+330
* moved to Completion/Base/Core/_main_completeSven Wischnowsky2001-04-021-330/+0
* moved from Completion/Core/_descriptionSven Wischnowsky2001-04-021-0/+70
* moved to Completion/Base/Core/_descriptionSven Wischnowsky2001-04-021-70/+0
* moved from Completion/Core/_all_labelsSven Wischnowsky2001-04-021-0/+43
* moved to Completion/Base/Core/_all_labelsSven Wischnowsky2001-04-021-43/+0
* moved from Completion/Core/compinstallSven Wischnowsky2001-04-021-0/+1830
* moved to Completion/compinstallSven Wischnowsky2001-04-021-1830/+0
* moved from Completion/Core/compinitSven Wischnowsky2001-04-021-0/+483
* moved to Completion/compinitSven Wischnowsky2001-04-021-483/+0
* moved from Completion/Core/compdumpSven Wischnowsky2001-04-021-0/+135
* moved to Completion/compdumpSven Wischnowsky2001-04-021-135/+0
* moved from Completion/Core/compauditSven Wischnowsky2001-04-021-0/+130
* make `_arguments -S' still complete long options after `--<TAB>'; fix for cur... pre-func-moveSven Wischnowsky2001-04-023-2/+9
* 13866: apt-get install pinningClint Adams2001-04-022-2/+7
* 13864: apt-get -t <release name>Clint Adams2001-04-022-3/+86
* various doc fixes and minor completion function changes, most of whichOliver Kiddle2001-04-0126-98/+139
* Completion for apm command (linux only).Chmouel Boudjnah2001-04-013-0/+22
* 13860: caching layer support in _deb_packagesClint Adams2001-03-302-3/+30
* Fix problem with traps not runing if shell exec'd final commandPeter Stephenson2001-03-303-3/+24
* 13845, 13486Bart Schaefer2001-03-301-0/+9
* Print hash marks for progress.Bart Schaefer2001-03-301-0/+4
* Refuse to setopt noexec when interactiveBart Schaefer2001-03-302-0/+5
* Don't assume we can change the string for the HOST parameter when used inPeter Stephenson2001-03-292-5/+5
* disallow changing of parameter typePeter Stephenson2001-03-292-4/+15
* fix comparison of expansions with expanded prefix (missing quoting) (13833)Sven Wischnowsky2001-03-292-1/+4
* next try to get rid of empty strings being added as possible completion by _m...Sven Wischnowsky2001-03-292-2/+8
* Man page formatting tweak from long ago.Bart Schaefer2001-03-292-4/+12
* Add `bindkey -p'Peter Stephenson2001-03-284-2/+30
* move ZLE builtin documentation from mod_zle.yo to zle.yo.Peter Stephenson2001-03-283-338/+352
* more cleanup; simplify the stop and liststyles; try to make it obey whatever ...Sven Wischnowsky2001-03-283-64/+44
* replace `path' with more general `urls' style (13814)Sven Wischnowsky2001-03-283-26/+50
* *** empty log message ***Sven Wischnowsky2001-03-282-3/+8
* Typo in _complete_tagPeter Stephenson2001-03-282-1/+5
* don't add options as completions if a `->state' action was used and we are di...Sven Wischnowsky2001-03-282-1/+8
* make _arguments return 300 only if given the -R option (13790)Sven Wischnowsky2001-03-275-40/+107
* comment out looking up the prefix-needed style when completing directory stac...Sven Wischnowsky2001-03-273-32/+21
* try to make _h_c_w smarter at the beginning and end of the list; avoid list-b...Sven Wischnowsky2001-03-273-20/+42
* 13779/13783: fixes from Michal PolitowskiClint Adams2001-03-263-3/+10
* 13777: maxfilelocks limit for glibc2.2Clint Adams2001-03-262-22/+44
* handle colons in xor lists (13770)Sven Wischnowsky2001-03-262-1/+3
* unset ZLS_COLORS if list-colors not set (13768)Sven Wischnowsky2001-03-263-2/+8