about summary refs log tree commit diff
path: root/Completion/Builtins
Commit message (Expand)AuthorAgeFilesLines
* 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
* remove unnecessary localSven Wischnowsky2000-08-161-3/+2
* 12650: don't show aliased modules if there aren't anyPeter Stephenson2000-08-151-2/+5
* call ps only once and be more intelligent when finding the PIDs (12640)Sven Wischnowsky2000-08-152-14/+16
* small improvement to allow lists where the pid is not in the first column (12...Sven Wischnowsky2000-08-151-2/+2
* Andrej, 12614: DLL is a shared library suffix.Bart Schaefer2000-08-141-1/+1
* add -g option to _parameters to restrict type of parameters completed (12583)Oliver Kiddle2000-08-103-7/+16
* new completion for read builtin (12578)Oliver Kiddle2000-08-093-5/+23
* 12561: Completion/Builtins/_zmodload, Doc/Zsh/builtins.yo,Peter Stephenson2000-08-081-2/+9
* 12486: new completion caching layerAdam Spiers2000-08-021-0/+2
* mention more standard tags in documentation and fix some typos (12177)Oliver Kiddle2000-07-051-4/+3
* allow subscripts for compadd -[ak]; new style for history completion; better ...Sven Wischnowsky2000-06-222-3/+5
* a bit of security for compinit (avoid using things writable by others); avoid...Sven Wischnowsky2000-06-201-1/+1