| Commit message (Expand) | Author | Age | Files | Lines |
* | moved to Completion/Base/Completer/_list | Sven Wischnowsky | 2001-04-02 | 1 | -37/+0 |
* | moved to Completion/Base/Completer/_ignored | Sven Wischnowsky | 2001-04-02 | 1 | -64/+0 |
* | moved to Completion/Base/Completer/_history | Sven Wischnowsky | 2001-04-02 | 1 | -60/+0 |
* | moved to Completion/Base/Completer/_expand_alias | Sven Wischnowsky | 2001-04-02 | 1 | -48/+0 |
* | moved to Completion/Base/Completer/_expand | Sven Wischnowsky | 2001-04-02 | 1 | -185/+0 |
* | moved to Completion/Base/Completer/_correct | Sven Wischnowsky | 2001-04-02 | 1 | -19/+0 |
* | moved to Completion/Base/Completer/_complete | Sven Wischnowsky | 2001-04-02 | 1 | -144/+0 |
* | moved to Completion/Base/Completer/_approximate | Sven Wischnowsky | 2001-04-02 | 1 | -108/+0 |
* | moved to Completion/Base/Completer/_all_matches | Sven Wischnowsky | 2001-04-02 | 1 | -43/+0 |
* | moved to Completion/Base/Core/_wanted | Sven Wischnowsky | 2001-04-02 | 1 | -26/+0 |
* | moved to Completion/Base/Core/_tags | Sven Wischnowsky | 2001-04-02 | 1 | -66/+0 |
* | moved to Completion/Base/Core/_requested | Sven Wischnowsky | 2001-04-02 | 1 | -19/+0 |
* | moved to Completion/Base/Core/_normal | Sven Wischnowsky | 2001-04-02 | 1 | -128/+0 |
* | moved to Completion/Base/Core/_next_label | Sven Wischnowsky | 2001-04-02 | 1 | -25/+0 |
* | moved to Completion/Base/Core/_message | Sven Wischnowsky | 2001-04-02 | 1 | -20/+0 |
* | moved to Completion/Base/Core/_main_complete | Sven Wischnowsky | 2001-04-02 | 1 | -330/+0 |
* | moved to Completion/Base/Core/_description | Sven Wischnowsky | 2001-04-02 | 1 | -70/+0 |
* | moved to Completion/Base/Core/_all_labels | Sven Wischnowsky | 2001-04-02 | 1 | -43/+0 |
* | moved to Completion/compinstall | Sven Wischnowsky | 2001-04-02 | 1 | -1830/+0 |
* | moved to Completion/compinit | Sven Wischnowsky | 2001-04-02 | 1 | -483/+0 |
* | moved to Completion/compdump | Sven Wischnowsky | 2001-04-02 | 1 | -135/+0 |
* | fix comparison of expansions with expanded prefix (missing quoting) (13833) | Sven Wischnowsky | 2001-03-29 | 1 | -1/+1 |
* | next try to get rid of empty strings being added as possible completion by _m... | Sven Wischnowsky | 2001-03-29 | 1 | -2/+2 |
* | *** empty log message *** | Sven Wischnowsky | 2001-03-28 | 1 | -3/+3 |
* | unset ZLS_COLORS if list-colors not set (13768) | Sven Wischnowsky | 2001-03-26 | 2 | -2/+4 |
* | probably no reason to put the (#a?) flag after an initial tilde in _approxima... | Sven Wischnowsky | 2001-03-23 | 1 | -4/+5 |
* | test if the colon is quoted (13725) | Sven Wischnowsky | 2001-03-23 | 2 | -2/+2 |
* | fixlet, complicated match specs could result in incorrect words being used as... | Sven Wischnowsky | 2001-03-23 | 1 | -1/+3 |
* | spelling corrections (13610) | Oliver Kiddle | 2001-03-12 | 2 | -6/+6 |
* | Various new, improved, fixed or updated functions (13600) | Oliver Kiddle | 2001-03-11 | 2 | -2/+1 |
* | Handle quoted whitespace in glob expansions. | Bart Schaefer | 2001-03-11 | 1 | -1/+2 |
* | Dist more files zsh-4.0.2-pre-2 | Peter Stephenson | 2001-03-08 | 1 | -1/+1 |
* | 13544, 13568 (Peter): + syntax for matchers in matcher-list to augment | Andrey Borzenkov | 2001-03-06 | 4 | -21/+66 |
* | new _expand_aliases to, well, expand aliases (13566) | Sven Wischnowsky | 2001-03-05 | 1 | -0/+48 |
* | Work when ksh_arrays is set but before the setopt takes effect (13555) | Oliver Kiddle | 2001-02-28 | 1 | -1/+1 |
* | add `aliases' option to be able to disable alias expansion (13554) | Sven Wischnowsky | 2001-02-28 | 1 | -0/+1 |
* | some small functions for completing sub-commands (generic function, init scri... | Sven Wischnowsky | 2001-02-26 | 1 | -0/+4 |
* | make `compdef foo=bar' use the service defined for `bar' if there is any (13494) | Sven Wischnowsky | 2001-02-16 | 1 | -0/+1 |
* | wehn using glob_complete, don't treat everything starting with a tilde as a p... | Sven Wischnowsky | 2001-02-13 | 1 | -1/+1 |
* | Add 'glob' to $_comp_options. | Bart Schaefer | 2001-02-13 | 1 | -0/+1 |
* | two small fixes to _multi_parts; one more place where a caller-supplied -S ca... | Sven Wischnowsky | 2001-02-09 | 1 | -2/+2 |
* | Peter:13427: filename-quoting fix in _expand | Sven Wischnowsky | 2001-02-02 | 1 | -1/+4 |
* | add `services', allowing easier re-use of (parts of) completion functions (13... | Sven Wischnowsky | 2001-01-15 | 5 | -25/+73 |
* | ALL_EXPORT tweaks. | Bart Schaefer | 2000-11-25 | 1 | -0/+1 |
* | aloow value `pattern' for insert-unambiguous style to preserve patterns in th... | Sven Wischnowsky | 2000-11-08 | 2 | -36/+102 |
* | Use bareglobqual. | Bart Schaefer | 2000-11-05 | 1 | -0/+1 |
* | change some tags used in filename completion: no tag for file-sort, fake-file... | Sven Wischnowsky | 2000-10-23 | 1 | -4/+4 |
* | simplify setting standard completion system options using $_comp_options (13036) | Sven Wischnowsky | 2000-10-19 | 2 | -2/+17 |
* | 3.1.6-dev-7 zsh-3.1.9-dev-7 | Peter Stephenson | 2000-10-17 | 1 | -2/+2 |
* | remove possibility for func() entries in tag-order style, can be done using z... | Sven Wischnowsky | 2000-10-12 | 2 | -24/+0 |