about summary refs log tree commit diff
path: root/Completion/Builtins
Commit message (Expand)AuthorAgeFilesLines
* moved to Completion/Zsh/Command/_unhashSven Wischnowsky2001-04-021-13/+0
* moved to Completion/Zsh/Command/_trapSven Wischnowsky2001-04-021-7/+0
* moved to Completion/Zsh/Command/_statSven Wischnowsky2001-04-021-20/+0
* moved to Completion/Zsh/Command/_sourceSven Wischnowsky2001-04-021-14/+0
* moved to Completion/Zsh/Command/_setoptSven Wischnowsky2001-04-021-7/+0
* moved to Completion/Zsh/Command/_setSven Wischnowsky2001-04-021-7/+0
* moved to Completion/Zsh/Command/_schedSven Wischnowsky2001-04-021-21/+0
* moved to Completion/Zsh/Command/_readSven Wischnowsky2001-04-021-18/+0
* moved to Completion/Zsh/Command/_printSven Wischnowsky2001-04-021-29/+0
* moved to Completion/Zsh/Command/_killSven Wischnowsky2001-04-021-11/+0
* moved to Completion/Zsh/Command/_hashSven Wischnowsky2001-04-021-38/+0
* moved to Completion/Zsh/Command/_fcSven Wischnowsky2001-04-021-36/+0
* moved to Completion/Zsh/Command/_enableSven Wischnowsky2001-04-021-8/+0
* moved to Completion/Zsh/Command/_emulateSven Wischnowsky2001-04-021-6/+0
* moved to Completion/Zsh/Command/_echotcSven Wischnowsky2001-04-021-3/+0
* moved to Completion/Zsh/Command/_disableSven Wischnowsky2001-04-021-8/+0
* moved to Completion/Zsh/Command/_compdefSven Wischnowsky2001-04-021-52/+0
* moved to Completion/Zsh/Command/_commandSven Wischnowsky2001-04-021-10/+0
* moved to Completion/Zsh/Command/_cdSven Wischnowsky2001-04-021-54/+0
* moved to Completion/Zsh/Command/_builtinSven Wischnowsky2001-04-021-11/+0
* moved to Completion/Zsh/Command/_bindkeySven Wischnowsky2001-04-021-40/+0
* moved to Completion/Zsh/Command/_autoloadSven Wischnowsky2001-04-021-10/+0
* moved to Completion/Zsh/Type/_jobs_fgSven Wischnowsky2001-04-021-3/+0
* moved to Completion/Zsh/Type/_jobs_bgSven Wischnowsky2001-04-021-3/+0
* moved to Completion/Zsh/Type/_directory_stackSven Wischnowsky2001-04-021-51/+0
* moved to Completion/Zsh/Type/_varsSven Wischnowsky2001-04-021-25/+0
* moved to Completion/Zsh/Type/_limitsSven Wischnowsky2001-04-021-3/+0
* moved to Completion/Zsh/Type/_functionsSven Wischnowsky2001-04-021-5/+0
* moved to Completion/Zsh/Type/_arraysSven Wischnowsky2001-04-021-5/+0
* moved to Completion/Zsh/Type/_aliasesSven Wischnowsky2001-04-021-17/+0
* moved to Completion/Base/Utility/_nothingSven Wischnowsky2001-04-021-3/+0
* various doc fixes and minor completion function changes, most of whichOliver Kiddle2001-04-0116-61/+82
* comment out looking up the prefix-needed style when completing directory stac...Sven Wischnowsky2001-03-271-4/+14
* 13779/13783: fixes from Michal PolitowskiClint Adams2001-03-261-1/+1
* _pids shouldn't start menu completion if the current word starts with a hyphe...Sven Wischnowsky2001-03-261-1/+1
* don't auto-start menu completion after a `%' when completing pids or jobs (13...Sven Wischnowsky2001-03-231-1/+1
* new _expand_aliases to, well, expand aliases (13566)Sven Wischnowsky2001-03-051-4/+14
* change $words[1] to $service in some more places (13534)Sven Wischnowsky2001-02-265-9/+16
* 13520: use services and shorten description in _vars_eqPeter Stephenson2001-02-221-3/+3
* Add missing quote.Bart Schaefer2000-11-271-1/+1
* aloow value `pattern' for insert-unambiguous style to preserve patterns in th...Sven Wischnowsky2000-11-081-1/+6
* rename fake style to fake-files (12973)Sven Wischnowsky2000-10-121-2/+2
* *** empty log message ***Sven Wischnowsky2000-10-111-0/+1
* add _all_matcher completer and supporting C-code for adding a special match r...Sven Wischnowsky2000-10-111-4/+9
* *** empty log message ***Sven Wischnowsky2000-10-102-12/+9
* more option setting cleanup; remove some unnecessary setopts, remove N qualif...Sven Wischnowsky2000-10-064-4/+4
* Redo _zle using _arguments; fix typos.Bart Schaefer2000-09-111-8/+75
* more sensible value (12769)Sven Wischnowsky2000-09-071-19/+26
* use return value (12682)Sven Wischnowsky2000-08-211-0/+2
* enhance _zmodload to use _arguments (12677)Oliver Kiddle2000-08-181-17/+42