summaryrefslogtreecommitdiff
path: root/Completion
AgeCommit message (Collapse)AuthorFilesLines
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-0213866: apt-get install pinningClint Adams1-2/+4
2001-04-0213864: apt-get -t <release name>Clint Adams1-3/+81
2001-04-01various doc fixes and minor completion function changes, most of whichOliver Kiddle21-71/+92
are to use the -A "-*" and -S options to _arguments (13863)
2001-04-01Completion for apm command (linux only).Chmouel Boudjnah2-0/+18
2001-03-3013860: caching layer support in _deb_packagesClint Adams1-3/+26
2001-03-29fix comparison of expansions with expanded prefix (missing quoting) (13833)Sven Wischnowsky1-1/+1
2001-03-29next try to get rid of empty strings being added as possible completion by ↵Sven Wischnowsky1-2/+2
_multi_parts (13830)
2001-03-28more cleanup; simplify the stop and liststyles; try to make it obey whatever ↵Sven Wischnowsky1-57/+29
_main_complete says should be done (menu-wise) (13815)
2001-03-28replace `path' with more general `urls' style (13814)Sven Wischnowsky1-13/+24
2001-03-28*** empty log message ***Sven Wischnowsky1-3/+3
2001-03-28Typo in _complete_tagPeter Stephenson1-1/+0
2001-03-28don't add options as completions if a `->state' action was used and we are ↵Sven Wischnowsky1-1/+2
directly after the option (in the same word) (13809)
2001-03-27make _arguments return 300 only if given the -R option (13790)Sven Wischnowsky3-37/+94
2001-03-27comment out looking up the prefix-needed style when completing directory ↵Sven Wischnowsky2-32/+16
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 Wischnowsky1-19/+34
list-beeping if the old completion list is re-used (3752)
2001-03-2613779/13783: fixes from Michal PolitowskiClint Adams2-3/+4
2001-03-26unset ZLS_COLORS if list-colors not set (13768)Sven Wischnowsky2-2/+4
2001-03-26_pids shouldn't start menu completion if the current word starts with a ↵Sven Wischnowsky1-1/+1
hyphen; typo fix in compsys.yo (13763)
2001-03-25New _cpioPeter Stephenson1-0/+143
2001-03-25Handle @folder for MH in _mailboxesPeter Stephenson1-4/+4
2001-03-24Fixes for mh completions.Bart Schaefer1-2/+12
2001-03-23don't auto-start menu completion after a `%' when completing pids or jobs ↵Sven Wischnowsky1-1/+1
(13733)
2001-03-23probably no reason to put the (#a?) flag after an initial tilde in ↵Sven Wischnowsky1-4/+5
_approximate anymore (13730)
2001-03-23add commands and call-command styles; mention some of the more expensive ↵Sven Wischnowsky2-2/+4
things about completion setup in the docs (13727)
2001-03-23test if the colon is quoted (13725)Sven Wischnowsky2-2/+2
2001-03-23fixlet, complicated match specs could result in incorrect words being used ↵Sven Wischnowsky1-1/+3
as possible path expansions (13724)
2001-03-22Some tweaks for nmh in _mhPeter Stephenson1-1/+6
2001-03-20use -l as default for telnet's without -\? option (13674)Sven Wischnowsky1-0/+1
2001-03-1813664pt2: Back out Completion/SysVClint Adams2-21/+0
2001-03-1813664: */rcS.d/* force-reload, force-restartClint Adams1-2/+2
2001-03-1813662: apt-get build-dep completionClint Adams1-1/+2
2001-03-1813661: complete args for SysV initscriptsClint Adams2-0/+21
2001-03-15users/3671: Completion/User/_java: tweak for colon-separated pathsPeter Stephenson1-0/+1
2001-03-13Add D qualifier in _rcs.Bart Schaefer1-1/+1
2001-03-13Unify completion for ncftp and lftp in _ncftpBart Schaefer3-10/+8
2001-03-12spelling corrections (13610)Oliver Kiddle2-6/+6
2001-03-12fix to declare tmp variable as localOliver Kiddle1-1/+1