Age | Commit message (Expand) | Author | Files | Lines |
2000-10-06 | search for *.tif file, too (12919) | Sven Wischnowsky | 2 | -89/+35 |
2000-10-06 | more option setting cleanup; remove some unnecessary setopts, remove N qualif... | Sven Wischnowsky | 16 | -35/+27 |
2000-10-06 | Other places where `unsetopt cshnullglob' is needed. | Bart Schaefer | 8 | -16/+16 |
2000-10-05 | unset cshnullglob (12899) | Sven Wischnowsky | 1 | -2/+2 |
2000-10-05 | complete after autoloaded directories (a rather ugly hack); remove old code i... | Sven Wischnowsky | 2 | -1/+5 |
2000-10-04 | * 12886: Completion/User/_cvs: make _cvs_vendor_branches to handle | Tanaka Akira | 1 | -5/+8 |
2000-10-04 | * 12872: Completion/User/_cvs: Fix modules completion when a cvsroot | Tanaka Akira | 1 | -37/+166 |
2000-09-21 | Fiddle with _expand_word and its doc. | Bart Schaefer | 2 | -2/+10 |
2000-09-14 | Use ${(q)tmp} after all. | Bart Schaefer | 1 | -1/+1 |
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-09-07 | stick some `N's into glob patterns (12768) | Sven Wischnowsky | 6 | -19/+19 |
2000-09-06 | 12762: Akinori MUSHA: changes for new FreeBSD releases. | Peter Stephenson | 1 | -1/+1 |
2000-09-04 | 3.1.9-dev-6 | Peter Stephenson | 1 | -1/+1 |
2000-09-03 | 12728: man -l / --local-file completes _files | Clint Adams | 1 | -0/+4 |
2000-08-31 | 12720: replace _files with _path_files for two instances in _dpkg | Clint Adams | 1 | -2/+2 |
2000-08-27 | new AIX specific completion function (12708) | Oliver Kiddle | 1 | -0/+14 |
2000-08-23 | complete compressed files for gv; improve results from _pspdf (12692) | Sven Wischnowsky | 4 | -9/+72 |
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 |
2000-08-15 | 12650: don't show aliased modules if there aren't any | Peter Stephenson | 1 | -2/+5 |
2000-08-15 | call ps only once and be more intelligent when finding the PIDs (12640) | Sven Wischnowsky | 2 | -14/+16 |
2000-08-15 | small improvement to allow lists where the pid is not in the first column (12... | Sven Wischnowsky | 1 | -2/+2 |
2000-08-14 | Andrej, 12614: DLL is a shared library suffix. | Bart Schaefer | 1 | -1/+1 |
2000-08-11 | fixes for completion in math contexts (12592) | Sven Wischnowsky | 1 | -1/+1 |
2000-08-10 | add -g option to _parameters to restrict type of parameters completed (12583) | Oliver Kiddle | 5 | -10/+26 |
2000-08-10 | add -g option to _parameters to restrict type of parameters completed (12583) | Oliver Kiddle | 1 | -1/+1 |
2000-08-09 | new completion for read builtin (12578) | Oliver Kiddle | 3 | -5/+23 |
2000-08-08 | handle the right option in strings with multiple single-letter options (and c... | Sven Wischnowsky | 1 | -1/+1 |
2000-08-08 | more fixes for completion of special characters (quoting) (12565) | Sven Wischnowsky | 2 | -7/+26 |
2000-08-08 | 12561: Completion/Builtins/_zmodload, Doc/Zsh/builtins.yo, | Peter Stephenson | 1 | -2/+9 |
2000-08-03 | quoting | Sven Wischnowsky | 11 | -12/+12 |
2000-08-03 | one more problem with quoting of glob characters in filename completion (12496) | Sven Wischnowsky | 1 | -0/+1 |
2000-08-02 | 12486: new completion caching layer | Adam Spiers | 7 | -244/+395 |
2000-08-02 | if compcontext is an assoc, the keys are the completions and the values are t... | Sven Wischnowsky | 2 | -2/+13 |
2000-08-02 | prefer user-defined specs over ones derived from --help output (12475) | Sven Wischnowsky | 1 | -1/+12 |
2000-08-01 | *** empty log message *** | Sven Wischnowsky | 1 | -2/+2 |
2000-08-01 | new completion function for slrn (12463) | Sven Wischnowsky | 1 | -0/+16 |
2000-08-01 | fix for automatically recognised options, don't expect an argument after each... | Sven Wischnowsky | 1 | -2/+4 |
2000-08-01 | remove tests for kshautoload (use zcompile -z); fix for setting scriptname fo... | Sven Wischnowsky | 5 | -5/+5 |
2000-08-01 | remove tests for kshautoload (use zcompile -z); fix for setting scriptname fo... | Sven Wischnowsky | 2 | -2/+2 |
2000-08-01 | make $compcontext more powerful and easier to use for simple cases | Sven Wischnowsky | 1 | -3/+63 |
2000-08-01 | make $compcontext more powerful and easier to use for simple cases (12449) | Sven Wischnowsky | 2 | -5/+7 |
2000-07-31 | Add compaudit to .distfiles; 3.1.9-dev-4 | Peter Stephenson | 1 | -1/+1 |
2000-07-27 | fix a bug that started menu selection too often; fix bug for `yes=long' and d... | Sven Wischnowsky | 1 | -1/+3 |
2000-07-27 | don't hide possible completions if there is only one and at the same time mes... | Sven Wischnowsky | 1 | -1/+1 |
2000-07-26 | unposted: -e, -I, -m and -M parameters can be specified multiple times | Adam Spiers | 1 | -3/+3 |
2000-07-26 | Belatedly fold in 12162, to replace command subst with eval. | Bart Schaefer | 2 | -6/+7 |
2000-07-26 | Move compinit security checks into compaudit. | Bart Schaefer | 2 | -55/+149 |