about summary refs log tree commit diff
path: root/Completion/Builtins/_zstyle
Commit message (Collapse)AuthorAgeFilesLines
* 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-081-0/+7
|
* completion function cleanup for `_arguments' with the `-C' option and using ↵Sven Wischnowsky2000-05-051-1/+1
| | | | 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)
* 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-171-2/+8
|
* _wanted now tests both tags and labels; change places where _wanted was ↵Sven Wischnowsky2000-04-111-14/+12
| | | | 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
|
* Updated from list as far as 10376Peter Stephenson2000-04-011-37/+108
|
* Initial revisionTanaka Akira1999-12-231-0/+177