summaryrefslogtreecommitdiff
path: root/Completion/Builtins
AgeCommit message (Expand)AuthorFilesLines
2001-04-02moved to Completion/Zsh/Command/_compdefSven Wischnowsky1-52/+0
2001-04-02moved to Completion/Zsh/Command/_commandSven Wischnowsky1-10/+0
2001-04-02moved to Completion/Zsh/Command/_cdSven Wischnowsky1-54/+0
2001-04-02moved to Completion/Zsh/Command/_builtinSven Wischnowsky1-11/+0
2001-04-02moved to Completion/Zsh/Command/_bindkeySven Wischnowsky1-40/+0
2001-04-02moved to Completion/Zsh/Command/_autoloadSven Wischnowsky1-10/+0
2001-04-02moved to Completion/Zsh/Type/_jobs_fgSven Wischnowsky1-3/+0
2001-04-02moved to Completion/Zsh/Type/_jobs_bgSven Wischnowsky1-3/+0
2001-04-02moved to Completion/Zsh/Type/_directory_stackSven Wischnowsky1-51/+0
2001-04-02moved to Completion/Zsh/Type/_varsSven Wischnowsky1-25/+0
2001-04-02moved to Completion/Zsh/Type/_limitsSven Wischnowsky1-3/+0
2001-04-02moved to Completion/Zsh/Type/_functionsSven Wischnowsky1-5/+0
2001-04-02moved to Completion/Zsh/Type/_arraysSven Wischnowsky1-5/+0
2001-04-02moved to Completion/Zsh/Type/_aliasesSven Wischnowsky1-17/+0
2001-04-02moved to Completion/Base/Utility/_nothingSven Wischnowsky1-3/+0
2001-04-01various doc fixes and minor completion function changes, most of whichOliver Kiddle16-61/+82
2001-03-27comment out looking up the prefix-needed style when completing directory stac...Sven Wischnowsky1-4/+14
2001-03-2613779/13783: fixes from Michal PolitowskiClint Adams1-1/+1
2001-03-26_pids shouldn't start menu completion if the current word starts with a hyphe...Sven Wischnowsky1-1/+1
2001-03-23don't auto-start menu completion after a `%' when completing pids or jobs (13...Sven Wischnowsky1-1/+1
2001-03-05new _expand_aliases to, well, expand aliases (13566)Sven Wischnowsky1-4/+14
2001-02-26change $words[1] to $service in some more places (13534)Sven Wischnowsky5-9/+16
2001-02-2213520: use services and shorten description in _vars_eqPeter Stephenson1-3/+3
2000-11-27Add missing quote.Bart Schaefer1-1/+1
2000-11-08aloow value `pattern' for insert-unambiguous style to preserve patterns in th...Sven Wischnowsky1-1/+6
2000-10-12rename fake style to fake-files (12973)Sven Wischnowsky1-2/+2
2000-10-11*** empty log message ***Sven Wischnowsky1-0/+1
2000-10-11add _all_matcher completer and supporting C-code for adding a special match r...Sven Wischnowsky1-4/+9
2000-10-10*** empty log message ***Sven Wischnowsky2-12/+9
2000-10-06more option setting cleanup; remove some unnecessary setopts, remove N qualif...Sven Wischnowsky4-4/+4
2000-09-11Redo _zle using _arguments; fix typos.Bart Schaefer1-8/+75
2000-09-07more sensible value (12769)Sven Wischnowsky1-19/+26
2000-08-21use return value (12682)Sven Wischnowsky1-0/+2
2000-08-18enhance _zmodload to use _arguments (12677)Oliver Kiddle1-17/+42
2000-08-16remove unnecessary localSven Wischnowsky1-3/+2
2000-08-1512650: don't show aliased modules if there aren't anyPeter Stephenson1-2/+5
2000-08-15call ps only once and be more intelligent when finding the PIDs (12640)Sven Wischnowsky2-14/+16
2000-08-15small improvement to allow lists where the pid is not in the first column (12...Sven Wischnowsky1-2/+2
2000-08-14Andrej, 12614: DLL is a shared library suffix.Bart Schaefer1-1/+1
2000-08-10add -g option to _parameters to restrict type of parameters completed (12583)Oliver Kiddle3-7/+16
2000-08-09new completion for read builtin (12578)Oliver Kiddle3-5/+23
2000-08-0812561: Completion/Builtins/_zmodload, Doc/Zsh/builtins.yo,Peter Stephenson1-2/+9
2000-08-0212486: new completion caching layerAdam Spiers1-0/+2
2000-07-05mention more standard tags in documentation and fix some typos (12177)Oliver Kiddle1-4/+3
2000-06-22allow subscripts for compadd -[ak]; new style for history completion; better ...Sven Wischnowsky2-3/+5
2000-06-20a bit of security for compinit (avoid using things writable by others); avoid...Sven Wischnowsky1-1/+1
2000-06-19allow _expand to expand braces; better detection of braces to complete in C (...Sven Wischnowsky1-8/+35
2000-05-31use compadd -[ak] (11549)Sven Wischnowsky17-44/+62
2000-05-29fixes for _arguments with sets; make _zpty not use sets (11624)Sven Wischnowsky1-14/+39
2000-05-28use of _arguments for completion of a couple more builtins (11615)Oliver Kiddle2-7/+49