summaryrefslogtreecommitdiff
path: root/Completion/Builtins
AgeCommit message (Expand)AuthorFilesLines
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
2000-05-25Split _arguments calls into sets to avoid long mutex lists (11579)Oliver Kiddle2-13/+27
2000-05-1711444: add old-list and old-menu to _zstylePeter Stephenson1-0/+2
2000-05-16one hunk of 11381: typo in _vars_eqPeter Stephenson1-1/+1
2000-05-15Add -L option to the hash builtinOliver Kiddle2-1/+2
2000-05-12Use _arguments for hash completion and add + options for typeset (11347)Oliver Kiddle2-19/+40
2000-05-09complete using _arguments for typeset and its variants (11282)Oliver Kiddle1-8/+69
2000-05-09give control over insertion of tab when no non-blank character before cursor;...Sven Wischnowsky1-0/+1
2000-05-08make _expand call _complete when called from _expand_word; add ignore-line st...Sven Wischnowsky1-0/+1
2000-05-08misc. completion cleanups and changes (11242)Sven Wischnowsky2-6/+34
2000-05-05completion function cleanup for `_arguments' with the `-C' option and using i...Sven Wischnowsky5-6/+9
2000-05-04don't list when all matches look the same; force-list style to give users con...Sven Wischnowsky1-0/+1
2000-05-03Andrej: handle -t option in _zcompile (11067)Sven Wischnowsky1-8/+9
2000-05-02completion cleanup, mostly _wanted and $expl (11049)Sven Wischnowsky1-1/+1
2000-04-25make _arguments use more than one action when appropriate; add _argument_sets...Sven Wischnowsky4-8/+16