| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | rename fake style to fake-files (12973) | Sven Wischnowsky | 2000-10-12 | 1 | -1/+1 |
* | add _all_matcher completer and supporting C-code for adding a special match r... | Sven Wischnowsky | 2000-10-11 | 2 | -8/+43 |
* | follow-up to 12942, only a missing redirection (12948) | Sven Wischnowsky | 2000-10-10 | 1 | -23/+5 |
* | *** empty log message *** | Sven Wischnowsky | 2000-10-10 | 1 | -3/+18 |
* | temporarily remove global aliases to avoid error message inside the evals (12... | Sven Wischnowsky | 2000-10-10 | 1 | -4/+22 |
* | more option setting cleanup; remove some unnecessary setopts, remove N qualif... | Sven Wischnowsky | 2000-10-06 | 2 | -5/+2 |
* | Other places where `unsetopt cshnullglob' is needed. | Bart Schaefer | 2000-10-06 | 1 | -2/+2 |
* | unset cshnullglob (12899) | Sven Wischnowsky | 2000-10-05 | 1 | -2/+2 |
* | complete after autoloaded directories (a rather ugly hack); remove old code i... | Sven Wischnowsky | 2000-10-05 | 2 | -1/+5 |
* | Fiddle with _expand_word and its doc. | Bart Schaefer | 2000-09-21 | 1 | -1/+0 |
* | fixes for completion in math contexts (12592) | Sven Wischnowsky | 2000-08-11 | 1 | -1/+1 |
* | add -g option to _parameters to restrict type of parameters completed (12583) | Oliver Kiddle | 2000-08-10 | 1 | -2/+9 |
* | more fixes for completion of special characters (quoting) (12565) | Sven Wischnowsky | 2000-08-08 | 2 | -7/+26 |
* | quoting | Sven Wischnowsky | 2000-08-03 | 4 | -5/+5 |
* | one more problem with quoting of glob characters in filename completion (12496) | Sven Wischnowsky | 2000-08-03 | 1 | -0/+1 |
* | if compcontext is an assoc, the keys are the completions and the values are t... | Sven Wischnowsky | 2000-08-02 | 1 | -1/+12 |
* | make $compcontext more powerful and easier to use for simple cases | Sven Wischnowsky | 2000-08-01 | 1 | -3/+63 |
* | Add compaudit to .distfiles; 3.1.9-dev-4 zsh-3.1.9-dev-4 | Peter Stephenson | 2000-07-31 | 1 | -1/+1 |
* | fix a bug that started menu selection too often; fix bug for `yes=long' and d... | Sven Wischnowsky | 2000-07-27 | 1 | -1/+3 |
* | don't hide possible completions if there is only one and at the same time mes... | Sven Wischnowsky | 2000-07-27 | 1 | -1/+1 |
* | Belatedly fold in 12162, to replace command subst with eval. | Bart Schaefer | 2000-07-26 | 2 | -6/+7 |
* | Move compinit security checks into compaudit. | Bart Schaefer | 2000-07-26 | 2 | -55/+149 |
* | optimisations for _multi_parts (12354) | Sven Wischnowsky | 2000-07-24 | 1 | -43/+30 |
* | fix for _arguments with single-letter options: recognize option-strings with ... | Sven Wischnowsky | 2000-07-13 | 1 | -1/+3 |
* | 12231: fix compinstall list-prompt setting | Peter Stephenson | 2000-07-12 | 1 | -8/+6 |
* | 12227: select-prompt handled by compinstall | Peter Stephenson | 2000-07-12 | 1 | -3/+25 |
* | don't start menu selection with only select=long (12226) | Sven Wischnowsky | 2000-07-12 | 1 | -10/+16 |
* | avoid insertion of `+' before ~1/<TAB>; don't use undeclared local $tmp (12208) | Sven Wischnowsky | 2000-07-10 | 1 | -8/+10 |