about summary refs log tree commit diff
path: root/Completion
Commit message (Collapse)AuthorAgeFilesLines
* more cleanup; simplify the stop and liststyles; try to make it obey whatever ↵Sven Wischnowsky2001-03-281-57/+29
| | | | _main_complete says should be done (menu-wise) (13815)
* replace `path' with more general `urls' style (13814)Sven Wischnowsky2001-03-281-13/+24
|
* *** empty log message ***Sven Wischnowsky2001-03-281-3/+3
|
* Typo in _complete_tagPeter Stephenson2001-03-281-1/+0
|
* don't add options as completions if a `->state' action was used and we are ↵Sven Wischnowsky2001-03-281-1/+2
| | | | directly after the option (in the same word) (13809)
* make _arguments return 300 only if given the -R option (13790)Sven Wischnowsky2001-03-273-37/+94
|
* comment out looking up the prefix-needed style when completing directory ↵Sven Wischnowsky2001-03-272-32/+16
| | | | stack entries; make _tilde use _popd, finally (13789)
* try to make _h_c_w smarter at the beginning and end of the list; avoid ↵Sven Wischnowsky2001-03-271-19/+34
| | | | list-beeping if the old completion list is re-used (3752)
* 13779/13783: fixes from Michal PolitowskiClint Adams2001-03-262-3/+4
|
* unset ZLS_COLORS if list-colors not set (13768)Sven Wischnowsky2001-03-262-2/+4
|
* _pids shouldn't start menu completion if the current word starts with a ↵Sven Wischnowsky2001-03-261-1/+1
| | | | hyphen; typo fix in compsys.yo (13763)
* New _cpioPeter Stephenson2001-03-251-0/+143
|
* Handle @folder for MH in _mailboxesPeter Stephenson2001-03-251-4/+4
|
* Fixes for mh completions.Bart Schaefer2001-03-241-2/+12
|
* don't auto-start menu completion after a `%' when completing pids or jobs ↵Sven Wischnowsky2001-03-231-1/+1
| | | | (13733)
* probably no reason to put the (#a?) flag after an initial tilde in ↵Sven Wischnowsky2001-03-231-4/+5
| | | | _approximate anymore (13730)
* add commands and call-command styles; mention some of the more expensive ↵Sven Wischnowsky2001-03-232-2/+4
| | | | things about completion setup in the docs (13727)
* test if the colon is quoted (13725)Sven Wischnowsky2001-03-232-2/+2
|
* fixlet, complicated match specs could result in incorrect words being used ↵Sven Wischnowsky2001-03-231-1/+3
| | | | as possible path expansions (13724)
* Some tweaks for nmh in _mhPeter Stephenson2001-03-221-1/+6
|
* use -l as default for telnet's without -\? option (13674)Sven Wischnowsky2001-03-201-0/+1
|
* 13664pt2: Back out Completion/SysVClint Adams2001-03-182-21/+0
|
* 13664: */rcS.d/* force-reload, force-restartClint Adams2001-03-181-2/+2
|
* 13662: apt-get build-dep completionClint Adams2001-03-181-1/+2
|
* 13661: complete args for SysV initscriptsClint Adams2001-03-182-0/+21
|
* users/3671: Completion/User/_java: tweak for colon-separated pathsPeter Stephenson2001-03-151-0/+1
|
* Add D qualifier in _rcs.Bart Schaefer2001-03-131-1/+1
|
* Unify completion for ncftp and lftp in _ncftpBart Schaefer2001-03-133-10/+8
|
* spelling corrections (13610)Oliver Kiddle2001-03-122-6/+6
|
* fix to declare tmp variable as localOliver Kiddle2001-03-121-1/+1
|
* New tar options -j.Chmouel Boudjnah2001-03-122-3/+11
|
* fix filename quoting in _zip and don't use _hosts for lftpOliver Kiddle2001-03-122-5/+7
|
* Add _lftp.Bart Schaefer2001-03-121-1/+1
|
* Add completion for lftpChmouel Boudjnah2001-03-111-0/+5
|
* Various new, improved, fixed or updated functions (13600)Oliver Kiddle2001-03-1116-58/+408
|
* Use _normal completion following the name of a shell script.Bart Schaefer2001-03-111-0/+5
|
* Handle quoted whitespace in glob expansions.Bart Schaefer2001-03-111-1/+2
|
* Dist more files zsh-4.0.2-pre-2Peter Stephenson2001-03-083-5/+6
|
* try to find out the sub commands to complete in _init_d (13591)Sven Wischnowsky2001-03-081-1/+18
|
* don't complete w3m from _webbrowser now we have _w3m (unposted)Oliver Kiddle2001-03-061-1/+1
|
* include _w3m in .distfilesOliver Kiddle2001-03-061-1/+1
|
* unposted: complete for w3mClint Adams2001-03-061-0/+48
|
* 13544, 13568 (Peter): + syntax for matchers in matcher-list to augmentAndrey Borzenkov2001-03-064-21/+66
| | | | previous list
* new _expand_aliases to, well, expand aliases (13566)Sven Wischnowsky2001-03-052-4/+62
|
* Use ksh-style deref of $_comp_options in case of ksharrays.Bart Schaefer2001-02-287-7/+7
|
* Work when ksh_arrays is set but before the setopt takes effect (13555)Oliver Kiddle2001-02-281-1/+1
|
* add `aliases' option to be able to disable alias expansion (13554)Sven Wischnowsky2001-02-281-0/+1
|
* some small functions for completing sub-commands (generic function, init ↵Sven Wischnowsky2001-02-264-0/+21
| | | | scripts, apachectl) (13536)
* change $words[1] to $service in some more places (13534)Sven Wischnowsky2001-02-267-11/+18
|
* 13520: use services and shorten description in _vars_eqPeter Stephenson2001-02-221-3/+3
|