summaryrefslogtreecommitdiff
path: root/Completion/Builtins
AgeCommit message (Collapse)AuthorFilesLines
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 ↵Sven Wischnowsky1-4/+9
representing all other matches; remove completions style from _expand(|_word) (12960)
2000-10-10*** empty log message ***Sven Wischnowsky2-12/+9
2000-10-06more option setting cleanup; remove some unnecessary setopts, remove N ↵Sven Wischnowsky4-4/+4
qualifiers (12917)
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 ↵Sven Wischnowsky1-2/+2
(12635)
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
Src/builtin.c, Src/module.c, Src/zsh.h: aliases for modules done internally via `zmodload -[AR]'
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
list-colors handling (12029)
2000-06-20a bit of security for compinit (avoid using things writable by others); ↵Sven Wischnowsky1-1/+1
avoid handling files with the same name twice; remove compconf (11998)
2000-06-19allow _expand to expand braces; better detection of braces to complete in C ↵Sven Wischnowsky1-8/+35
(11973)
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 ↵Sven Wischnowsky1-0/+1
cursor; add insert-tab style (11274)
2000-05-08make _expand call _complete when called from _expand_word; add ignore-line ↵Sven Wischnowsky1-0/+1
style to ignore words already on the line (11244)
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 ↵Sven Wischnowsky5-6/+9
it's return value (11195)
2000-05-04don't list when all matches look the same; force-list style to give users ↵Sven Wischnowsky1-0/+1
control over this (11140)
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 ↵Sven Wischnowsky4-8/+16
_argument_sets to complete different sets of arguments and options for the same command (10908)
2000-04-20Add completion for file descriptorsOliver Kiddle1-4/+7
2000-04-1910833: new print completion and complete nothing for clear and lognameOliver Kiddle3-4/+30
2000-04-18completion list scrolling cleanup; *STATUS renamed to *PROMPT, styles for ↵Sven Wischnowsky1-0/+3
new used parameters, use local keymap when waiting at list-prompt (10801)
2000-04-17better completion after `=', everywhere (10780)Sven Wischnowsky2-6/+12
2000-04-1410763: complete after : for typeset & friendsClint Adams1-2/+8
2000-04-13remove the `pids' tag, use `processes' instead (10733)Sven Wischnowsky1-4/+4
2000-04-12Use _arguments for bindkey completion and fix small typo in docsOliver Kiddle1-6/+35
2000-04-11_wanted now tests both tags and labels; change places where _wanted was ↵Sven Wischnowsky11-64/+54
called without a command; allow multiple patterns per string in file-patterns; update _next_tags to work with labels (10632)
2000-04-0910598: Fix typo; reformat styles documentation for readability.Bart Schaefer1-1/+1
2000-04-05renaming some stylesSven Wischnowsky1-9/+10
2000-04-04Add _emulate, _zcompile, _all_labels, _ignored, _next_label.Bart Schaefer1-3/+4