about summary refs log tree commit diff
path: root/Completion/Builtins
Commit message (Collapse)AuthorAgeFilesLines
* allow subscripts for compadd -[ak]; new style for history completion; better ↵Sven Wischnowsky2000-06-222-3/+5
| | | | list-colors handling (12029)
* a bit of security for compinit (avoid using things writable by others); ↵Sven Wischnowsky2000-06-201-1/+1
| | | | avoid handling files with the same name twice; remove compconf (11998)
* allow _expand to expand braces; better detection of braces to complete in C ↵Sven Wischnowsky2000-06-191-8/+35
| | | | (11973)
* use compadd -[ak] (11549)Sven Wischnowsky2000-05-3117-44/+62
|
* fixes for _arguments with sets; make _zpty not use sets (11624)Sven Wischnowsky2000-05-291-14/+39
|
* use of _arguments for completion of a couple more builtins (11615)Oliver Kiddle2000-05-282-7/+49
|
* Split _arguments calls into sets to avoid long mutex lists (11579)Oliver Kiddle2000-05-252-13/+27
|
* 11444: add old-list and old-menu to _zstylePeter Stephenson2000-05-171-0/+2
|
* one hunk of 11381: typo in _vars_eqPeter Stephenson2000-05-161-1/+1
|
* Add -L option to the hash builtinOliver Kiddle2000-05-152-1/+2
|
* Use _arguments for hash completion and add + options for typeset (11347)Oliver Kiddle2000-05-122-19/+40
|
* complete using _arguments for typeset and its variants (11282)Oliver Kiddle2000-05-091-8/+69
|
* give control over insertion of tab when no non-blank character before ↵Sven Wischnowsky2000-05-091-0/+1
| | | | cursor; add insert-tab style (11274)
* make _expand call _complete when called from _expand_word; add ignore-line ↵Sven Wischnowsky2000-05-081-0/+1
| | | | style to ignore words already on the line (11244)
* misc. completion cleanups and changes (11242)Sven Wischnowsky2000-05-082-6/+34
|
* completion function cleanup for `_arguments' with the `-C' option and using ↵Sven Wischnowsky2000-05-055-6/+9
| | | | it's return value (11195)
* don't list when all matches look the same; force-list style to give users ↵Sven Wischnowsky2000-05-041-0/+1
| | | | control over this (11140)
* Andrej: handle -t option in _zcompile (11067)Sven Wischnowsky2000-05-031-8/+9
|
* completion cleanup, mostly _wanted and $expl (11049)Sven Wischnowsky2000-05-021-1/+1
|
* make _arguments use more than one action when appropriate; add ↵Sven Wischnowsky2000-04-254-8/+16
| | | | _argument_sets to complete different sets of arguments and options for the same command (10908)
* Add completion for file descriptorsOliver Kiddle2000-04-201-4/+7
|
* 10833: new print completion and complete nothing for clear and lognameOliver Kiddle2000-04-193-4/+30
|
* completion list scrolling cleanup; *STATUS renamed to *PROMPT, styles for ↵Sven Wischnowsky2000-04-181-0/+3
| | | | new used parameters, use local keymap when waiting at list-prompt (10801)
* better completion after `=', everywhere (10780)Sven Wischnowsky2000-04-172-6/+12
|
* 10763: complete after : for typeset & friendsClint Adams2000-04-141-2/+8
|
* remove the `pids' tag, use `processes' instead (10733)Sven Wischnowsky2000-04-131-4/+4
|
* Use _arguments for bindkey completion and fix small typo in docsOliver Kiddle2000-04-121-6/+35
|
* _wanted now tests both tags and labels; change places where _wanted was ↵Sven Wischnowsky2000-04-1111-64/+54
| | | | called without a command; allow multiple patterns per string in file-patterns; update _next_tags to work with labels (10632)
* 10598: Fix typo; reformat styles documentation for readability.Bart Schaefer2000-04-091-1/+1
|
* renaming some stylesSven Wischnowsky2000-04-051-9/+10
|
* Add _emulate, _zcompile, _all_labels, _ignored, _next_label.Bart Schaefer2000-04-041-3/+4
|
* Updated from list as far as 10376Peter Stephenson2000-04-0117-152/+437
|
* Initial revisionTanaka Akira2000-03-091-0/+23
|
* Initial revisionTanaka Akira1999-12-231-0/+177
|
* Initial revisionTanaka Akira1999-11-191-0/+36
|
* Initial revisionTanaka Akira1999-11-141-0/+28
|
* Initial revisionTanaka Akira1999-11-041-0/+18
|
* zsh-workers:8515Tanaka Akira1999-11-031-3/+0
|
* Initial revisionTanaka Akira1999-11-031-0/+3
|
* Initial revisionTanaka Akira1999-10-211-0/+40
|
* Initial revisionTanaka Akira1999-10-141-0/+3
|
* pws-5Tanaka Akira1999-09-221-3/+0
|
* Initial revisionTanaka Akira1999-09-221-0/+22
|
* Initial revisionTanaka Akira1999-05-021-0/+10
|
* Initial revisionTanaka Akira1999-04-1532-0/+224