summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2001-04-02moved to Completion/Base/Core/_requestedSven Wischnowsky1-19/+0
2001-04-02moved from Completion/Core/_normalSven Wischnowsky1-0/+128
2001-04-02moved to Completion/Base/Core/_normalSven Wischnowsky1-128/+0
2001-04-02moved from Completion/Core/_next_labelSven Wischnowsky1-0/+25
2001-04-02moved to Completion/Base/Core/_next_labelSven Wischnowsky1-25/+0
2001-04-02moved from Completion/Core/_messageSven Wischnowsky1-0/+20
2001-04-02moved to Completion/Base/Core/_messageSven Wischnowsky1-20/+0
2001-04-02moved from Completion/Core/_main_completeSven Wischnowsky1-0/+330
2001-04-02moved to Completion/Base/Core/_main_completeSven Wischnowsky1-330/+0
2001-04-02moved from Completion/Core/_descriptionSven Wischnowsky1-0/+70
2001-04-02moved to Completion/Base/Core/_descriptionSven Wischnowsky1-70/+0
2001-04-02moved from Completion/Core/_all_labelsSven Wischnowsky1-0/+43
2001-04-02moved to Completion/Base/Core/_all_labelsSven Wischnowsky1-43/+0
2001-04-02moved from Completion/Core/compinstallSven Wischnowsky1-0/+1830
2001-04-02moved to Completion/compinstallSven Wischnowsky1-1830/+0
2001-04-02moved from Completion/Core/compinitSven Wischnowsky1-0/+483
2001-04-02moved to Completion/compinitSven Wischnowsky1-483/+0
2001-04-02moved from Completion/Core/compdumpSven Wischnowsky1-0/+135
2001-04-02moved to Completion/compdumpSven Wischnowsky1-135/+0
2001-04-02moved from Completion/Core/compauditSven Wischnowsky1-0/+130
2001-04-02make `_arguments -S' still complete long options after `--<TAB>'; fix for ↵Sven Wischnowsky3-2/+9
cursor positioning with partial word match specs (13868)
2001-04-0213866: apt-get install pinningClint Adams2-2/+7
2001-04-0213864: apt-get -t <release name>Clint Adams2-3/+86
2001-04-01various doc fixes and minor completion function changes, most of whichOliver Kiddle26-98/+139
are to use the -A "-*" and -S options to _arguments (13863)
2001-04-01Completion for apm command (linux only).Chmouel Boudjnah3-0/+22
2001-03-3013860: caching layer support in _deb_packagesClint Adams2-3/+30
2001-03-30Fix problem with traps not runing if shell exec'd final commandPeter Stephenson3-3/+24
2001-03-3013845, 13486Bart Schaefer1-0/+9
2001-03-30Print hash marks for progress.Bart Schaefer1-0/+4
2001-03-30Refuse to setopt noexec when interactiveBart Schaefer2-0/+5
2001-03-29Don't assume we can change the string for the HOST parameter when used inPeter Stephenson2-5/+5
a prompt
2001-03-29disallow changing of parameter typePeter Stephenson2-4/+15
for autoloadable parameter (bug 219459 on Sourceforge).
2001-03-29fix comparison of expansions with expanded prefix (missing quoting) (13833)Sven Wischnowsky2-1/+4
2001-03-29next try to get rid of empty strings being added as possible completion by ↵Sven Wischnowsky2-2/+8
_multi_parts (13830)
2001-03-29Man page formatting tweak from long ago.Bart Schaefer2-4/+12
2001-03-28Add `bindkey -p'Peter Stephenson4-2/+30
2001-03-28move ZLE builtin documentation from mod_zle.yo to zle.yo.Peter Stephenson3-338/+352
2001-03-28more cleanup; simplify the stop and liststyles; try to make it obey whatever ↵Sven Wischnowsky3-64/+44
_main_complete says should be done (menu-wise) (13815)
2001-03-28replace `path' with more general `urls' style (13814)Sven Wischnowsky3-26/+50
2001-03-28*** empty log message ***Sven Wischnowsky2-3/+8
2001-03-28Typo in _complete_tagPeter Stephenson2-1/+5
2001-03-28don't add options as completions if a `->state' action was used and we are ↵Sven Wischnowsky2-1/+8
directly after the option (in the same word) (13809)
2001-03-27make _arguments return 300 only if given the -R option (13790)Sven Wischnowsky5-40/+107
2001-03-27comment out looking up the prefix-needed style when completing directory ↵Sven Wischnowsky3-32/+21
stack entries; make _tilde use _popd, finally (13789)
2001-03-27try to make _h_c_w smarter at the beginning and end of the list; avoid ↵Sven Wischnowsky3-20/+42
list-beeping if the old completion list is re-used (3752)
2001-03-2613779/13783: fixes from Michal PolitowskiClint Adams3-3/+10
2001-03-2613777: maxfilelocks limit for glibc2.2Clint Adams2-22/+44
2001-03-26handle colons in xor lists (13770)Sven Wischnowsky2-1/+3
2001-03-26unset ZLS_COLORS if list-colors not set (13768)Sven Wischnowsky3-2/+8
2001-03-26avoid adding empty strings to the kill ring (13767)Sven Wischnowsky2-2/+8