Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2001-04-02 | moved to Completion/Zsh/Command/_zstyle | Sven Wischnowsky | 1 | -320/+0 | |
2001-04-01 | various doc fixes and minor completion function changes, most of which | Oliver Kiddle | 1 | -1/+8 | |
are to use the -A "-*" and -S options to _arguments (13863) | |||||
2000-11-27 | Add missing quote. | Bart Schaefer | 1 | -1/+1 | |
2000-11-08 | aloow value `pattern' for insert-unambiguous style to preserve patterns in ↵ | Sven Wischnowsky | 1 | -1/+6 | |
the original string; add list-suffixes style to make file completion list path suffixes if possible; slightly improved completion of pathnames with multiple pattern-components (13128) | |||||
2000-10-12 | rename fake style to fake-files (12973) | Sven Wischnowsky | 1 | -2/+2 | |
2000-10-11 | *** empty log message *** | Sven Wischnowsky | 1 | -0/+1 | |
2000-10-11 | add _all_matcher completer and supporting C-code for adding a special match ↵ | Sven Wischnowsky | 1 | -4/+9 | |
representing all other matches; remove completions style from _expand(|_word) (12960) | |||||
2000-10-10 | *** empty log message *** | Sven Wischnowsky | 1 | -0/+5 | |
2000-08-15 | call ps only once and be more intelligent when finding the PIDs (12640) | Sven Wischnowsky | 1 | -3/+3 | |
2000-08-02 | 12486: new completion caching layer | Adam Spiers | 1 | -0/+2 | |
2000-06-22 | allow subscripts for compadd -[ak]; new style for history completion; better ↵ | Sven Wischnowsky | 1 | -1/+1 | |
list-colors handling (12029) | |||||
2000-06-19 | allow _expand to expand braces; better detection of braces to complete in C ↵ | Sven Wischnowsky | 1 | -8/+35 | |
(11973) | |||||
2000-05-31 | use compadd -[ak] (11549) | Sven Wischnowsky | 1 | -2/+2 | |
2000-05-17 | 11444: add old-list and old-menu to _zstyle | Peter Stephenson | 1 | -0/+2 | |
2000-05-09 | give control over insertion of tab when no non-blank character before ↵ | Sven Wischnowsky | 1 | -0/+1 | |
cursor; add insert-tab style (11274) | |||||
2000-05-08 | make _expand call _complete when called from _expand_word; add ignore-line ↵ | Sven Wischnowsky | 1 | -0/+1 | |
style to ignore words already on the line (11244) | |||||
2000-05-08 | misc. completion cleanups and changes (11242) | Sven Wischnowsky | 1 | -0/+7 | |
2000-05-05 | completion function cleanup for `_arguments' with the `-C' option and using ↵ | Sven Wischnowsky | 1 | -1/+1 | |
it's return value (11195) | |||||
2000-05-04 | don't list when all matches look the same; force-list style to give users ↵ | Sven Wischnowsky | 1 | -0/+1 | |
control over this (11140) | |||||
2000-04-18 | completion list scrolling cleanup; *STATUS renamed to *PROMPT, styles for ↵ | Sven Wischnowsky | 1 | -0/+3 | |
new used parameters, use local keymap when waiting at list-prompt (10801) | |||||
2000-04-17 | better completion after `=', everywhere (10780) | Sven Wischnowsky | 1 | -2/+8 | |
2000-04-11 | _wanted now tests both tags and labels; change places where _wanted was ↵ | Sven Wischnowsky | 1 | -14/+12 | |
called without a command; allow multiple patterns per string in file-patterns; update _next_tags to work with labels (10632) | |||||
2000-04-09 | 10598: Fix typo; reformat styles documentation for readability. | Bart Schaefer | 1 | -1/+1 | |
2000-04-05 | renaming some styles | Sven Wischnowsky | 1 | -9/+10 | |
2000-04-01 | Updated from list as far as 10376 | Peter Stephenson | 1 | -37/+108 | |
1999-12-23 | Initial revision | Tanaka Akira | 1 | -0/+177 | |