Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2001-04-02 | moved to Completion/Zsh/Command/_trap | Sven Wischnowsky | 1 | -7/+0 | |
2001-04-02 | moved to Completion/Zsh/Command/_stat | Sven Wischnowsky | 1 | -20/+0 | |
2001-04-02 | moved to Completion/Zsh/Command/_source | Sven Wischnowsky | 1 | -14/+0 | |
2001-04-02 | moved to Completion/Zsh/Command/_setopt | Sven Wischnowsky | 1 | -7/+0 | |
2001-04-02 | moved to Completion/Zsh/Command/_set | Sven Wischnowsky | 1 | -7/+0 | |
2001-04-02 | moved to Completion/Zsh/Command/_sched | Sven Wischnowsky | 1 | -21/+0 | |
2001-04-02 | moved to Completion/Zsh/Command/_read | Sven Wischnowsky | 1 | -18/+0 | |
2001-04-02 | moved to Completion/Zsh/Command/_print | Sven Wischnowsky | 1 | -29/+0 | |
2001-04-02 | moved to Completion/Zsh/Command/_kill | Sven Wischnowsky | 1 | -11/+0 | |
2001-04-02 | moved to Completion/Zsh/Command/_hash | Sven Wischnowsky | 1 | -38/+0 | |
2001-04-02 | moved to Completion/Zsh/Command/_fc | Sven Wischnowsky | 1 | -36/+0 | |
2001-04-02 | moved to Completion/Zsh/Command/_enable | Sven Wischnowsky | 1 | -8/+0 | |
2001-04-02 | moved to Completion/Zsh/Command/_emulate | Sven Wischnowsky | 1 | -6/+0 | |
2001-04-02 | moved to Completion/Zsh/Command/_echotc | Sven Wischnowsky | 1 | -3/+0 | |
2001-04-02 | moved to Completion/Zsh/Command/_disable | Sven Wischnowsky | 1 | -8/+0 | |
2001-04-02 | moved to Completion/Zsh/Command/_compdef | Sven Wischnowsky | 1 | -52/+0 | |
2001-04-02 | moved to Completion/Zsh/Command/_command | Sven Wischnowsky | 1 | -10/+0 | |
2001-04-02 | moved to Completion/Zsh/Command/_cd | Sven Wischnowsky | 1 | -54/+0 | |
2001-04-02 | moved to Completion/Zsh/Command/_builtin | Sven Wischnowsky | 1 | -11/+0 | |
2001-04-02 | moved to Completion/Zsh/Command/_bindkey | Sven Wischnowsky | 1 | -40/+0 | |
2001-04-02 | moved to Completion/Zsh/Command/_autoload | Sven Wischnowsky | 1 | -10/+0 | |
2001-04-02 | moved to Completion/Zsh/Type/_jobs_fg | Sven Wischnowsky | 1 | -3/+0 | |
2001-04-02 | moved to Completion/Zsh/Type/_jobs_bg | Sven Wischnowsky | 1 | -3/+0 | |
2001-04-02 | moved to Completion/Zsh/Type/_directory_stack | Sven Wischnowsky | 1 | -51/+0 | |
2001-04-02 | moved to Completion/Zsh/Type/_vars | Sven Wischnowsky | 1 | -25/+0 | |
2001-04-02 | moved to Completion/Zsh/Type/_limits | Sven Wischnowsky | 1 | -3/+0 | |
2001-04-02 | moved to Completion/Zsh/Type/_functions | Sven Wischnowsky | 1 | -5/+0 | |
2001-04-02 | moved to Completion/Zsh/Type/_arrays | Sven Wischnowsky | 1 | -5/+0 | |
2001-04-02 | moved to Completion/Zsh/Type/_aliases | Sven Wischnowsky | 1 | -17/+0 | |
2001-04-02 | moved to Completion/Base/Utility/_nothing | Sven Wischnowsky | 1 | -3/+0 | |
2001-04-01 | various doc fixes and minor completion function changes, most of which | Oliver Kiddle | 16 | -61/+82 | |
are to use the -A "-*" and -S options to _arguments (13863) | |||||
2001-03-27 | comment out looking up the prefix-needed style when completing directory ↵ | Sven Wischnowsky | 1 | -4/+14 | |
stack entries; make _tilde use _popd, finally (13789) | |||||
2001-03-26 | 13779/13783: fixes from Michal Politowski | Clint Adams | 1 | -1/+1 | |
2001-03-26 | _pids shouldn't start menu completion if the current word starts with a ↵ | Sven Wischnowsky | 1 | -1/+1 | |
hyphen; typo fix in compsys.yo (13763) | |||||
2001-03-23 | don't auto-start menu completion after a `%' when completing pids or jobs ↵ | Sven Wischnowsky | 1 | -1/+1 | |
(13733) | |||||
2001-03-05 | new _expand_aliases to, well, expand aliases (13566) | Sven Wischnowsky | 1 | -4/+14 | |
2001-02-26 | change $words[1] to $service in some more places (13534) | Sven Wischnowsky | 5 | -9/+16 | |
2001-02-22 | 13520: use services and shorten description in _vars_eq | Peter Stephenson | 1 | -3/+3 | |
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 | 2 | -12/+9 | |
2000-10-06 | more option setting cleanup; remove some unnecessary setopts, remove N ↵ | Sven Wischnowsky | 4 | -4/+4 | |
qualifiers (12917) | |||||
2000-09-11 | Redo _zle using _arguments; fix typos. | Bart Schaefer | 1 | -8/+75 | |
2000-09-07 | more sensible value (12769) | Sven Wischnowsky | 1 | -19/+26 | |
2000-08-21 | use return value (12682) | Sven Wischnowsky | 1 | -0/+2 | |
2000-08-18 | enhance _zmodload to use _arguments (12677) | Oliver Kiddle | 1 | -17/+42 | |
2000-08-16 | remove unnecessary local | Sven Wischnowsky | 1 | -3/+2 | |