summaryrefslogtreecommitdiff
path: root/Completion
AgeCommit message (Collapse)AuthorFilesLines
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
2001-03-12New tar options -j.Chmouel Boudjnah2-3/+11
2001-03-12fix filename quoting in _zip and don't use _hosts for lftpOliver Kiddle2-5/+7
2001-03-12Add _lftp.Bart Schaefer1-1/+1
2001-03-11Add completion for lftpChmouel Boudjnah1-0/+5
2001-03-11Various new, improved, fixed or updated functions (13600)Oliver Kiddle16-58/+408
2001-03-11Use _normal completion following the name of a shell script.Bart Schaefer1-0/+5
2001-03-11Handle quoted whitespace in glob expansions.Bart Schaefer1-1/+2
2001-03-08Dist more filesPeter Stephenson3-5/+6
2001-03-08try to find out the sub commands to complete in _init_d (13591)Sven Wischnowsky1-1/+18
2001-03-06don't complete w3m from _webbrowser now we have _w3m (unposted)Oliver Kiddle1-1/+1
2001-03-06include _w3m in .distfilesOliver Kiddle1-1/+1
2001-03-06unposted: complete for w3mClint Adams1-0/+48
2001-03-0613544, 13568 (Peter): + syntax for matchers in matcher-list to augmentAndrey Borzenkov4-21/+66
previous list
2001-03-05new _expand_aliases to, well, expand aliases (13566)Sven Wischnowsky2-4/+62
2001-02-28Use ksh-style deref of $_comp_options in case of ksharrays.Bart Schaefer7-7/+7
2001-02-28Work when ksh_arrays is set but before the setopt takes effect (13555)Oliver Kiddle1-1/+1