Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add _arguments based completion for alias and jobs (13947) | Oliver Kiddle | 2001-04-11 | 1 | -0/+6 |
| | |||||
* | Fixed a filename. | Wayne Davison | 2001-04-11 | 1 | -1/+1 |
| | |||||
* | 13942 | Wayne Davison | 2001-04-11 | 1 | -0/+7 |
| | |||||
* | Mapfile fix from Bart: dupstring parameter name to avoid static buffer overuse | Peter Stephenson | 2001-04-11 | 1 | -0/+5 |
| | |||||
* | Enhanced should_ignore_line(). | Wayne Davison | 2001-04-10 | 1 | -0/+5 |
| | |||||
* | Mention 13936. | Wayne Davison | 2001-04-09 | 1 | -2/+2 |
| | |||||
* | Silence some compiler warnings. | Wayne Davison | 2001-04-09 | 1 | -0/+5 |
| | |||||
* | Fixes for 13922. | Bart Schaefer | 2001-04-09 | 1 | -0/+7 |
| | |||||
* | Make termcap and terminfo modules always loadable. | Bart Schaefer | 2001-04-09 | 1 | -0/+7 |
| | |||||
* | 4.0.1-pre-3 version change with some .distfiles updates zsh-4.0.1-pre-3 | Peter Stephenson | 2001-04-09 | 1 | -0/+4 |
| | |||||
* | Improve prompt when compaudit finds badness. | Bart Schaefer | 2001-04-06 | 1 | -0/+5 |
| | |||||
* | test for unset in pipestatussetfn() (13917) | Sven Wischnowsky | 2001-04-06 | 1 | -0/+2 |
| | |||||
* | (13916) | Sven Wischnowsky | 2001-04-06 | 1 | -0/+4 |
| | |||||
* | workers/13914 | Felix Rosencrantz | 2001-04-06 | 1 | -0/+6 |
| | |||||
* | Fix typos. | Bart Schaefer | 2001-04-05 | 1 | -2/+2 |
| | |||||
* | Two new shell functions and a change to an old one. | Bart Schaefer | 2001-04-05 | 1 | -0/+11 |
| | |||||
* | 13909: bad tilde files in some .distfiles | Clint Adams | 2001-04-05 | 1 | -0/+5 |
| | |||||
* | complete only those single letter options with the right prefix character ↵ | Sven Wischnowsky | 2001-04-05 | 1 | -0/+3 |
| | | | | (13908) | ||||
* | fix for reverse subscripting of strings as second part of subscript ↵ | Sven Wischnowsky | 2001-04-05 | 1 | -0/+5 |
| | | | | ($a[x,(r)..]) (13907) | ||||
* | add -W option to _arguments, which allows to complete options after options ↵ | Sven Wischnowsky | 2001-04-04 | 1 | -0/+8 |
| | | | | that take an argument in the next word (13902) | ||||
* | 13899: OSTYPE checking | Clint Adams | 2001-04-03 | 1 | -0/+4 |
| | |||||
* | new completion functions | Oliver Kiddle | 2001-04-03 | 1 | -3/+9 |
| | |||||
* | (13892) fixes for fpaths and completion matching | Sven Wischnowsky | 2001-04-03 | 1 | -0/+6 |
| | |||||
* | 13889: move _apm to Unix/Command, add OpenBSD support | Clint Adams | 2001-04-02 | 1 | -0/+6 |
| | |||||
* | Skip CVS subdirectories when installing functions. | Bart Schaefer | 2001-04-02 | 1 | -0/+4 |
| | |||||
* | 13884: apm for FreeBSD 4.1 | Clint Adams | 2001-04-02 | 1 | -0/+4 |
| | |||||
* | cleanup after function move | Sven Wischnowsky | 2001-04-02 | 1 | -0/+3 |
| | |||||
* | functions moved | Sven Wischnowsky | 2001-04-02 | 1 | -0/+3 |
| | |||||
* | make `_arguments -S' still complete long options after `--<TAB>'; fix for ↵ pre-func-move | Sven Wischnowsky | 2001-04-02 | 1 | -0/+6 |
| | | | | cursor positioning with partial word match specs (13868) | ||||
* | 13866: apt-get install pinning | Clint Adams | 2001-04-02 | 1 | -0/+3 |
| | |||||
* | 13864: apt-get -t <release name> | Clint Adams | 2001-04-02 | 1 | -0/+5 |
| | |||||
* | various doc fixes and minor completion function changes, most of which | Oliver Kiddle | 2001-04-01 | 1 | -1/+17 |
| | | | | are to use the -A "-*" and -S options to _arguments (13863) | ||||
* | Completion for apm command (linux only). | Chmouel Boudjnah | 2001-04-01 | 1 | -0/+4 |
| | |||||
* | 13860: caching layer support in _deb_packages | Clint Adams | 2001-03-30 | 1 | -0/+4 |
| | |||||
* | Fix problem with traps not runing if shell exec'd final command | Peter Stephenson | 2001-03-30 | 1 | -0/+6 |
| | |||||
* | 13845, 13486 | Bart Schaefer | 2001-03-30 | 1 | -0/+9 |
| | |||||
* | Don't assume we can change the string for the HOST parameter when used in | Peter Stephenson | 2001-03-29 | 1 | -1/+4 |
| | | | | a prompt | ||||
* | disallow changing of parameter type | Peter Stephenson | 2001-03-29 | 1 | -0/+5 |
| | | | | for autoloadable parameter (bug 219459 on Sourceforge). | ||||
* | fix comparison of expansions with expanded prefix (missing quoting) (13833) | Sven Wischnowsky | 2001-03-29 | 1 | -0/+3 |
| | |||||
* | next try to get rid of empty strings being added as possible completion by ↵ | Sven Wischnowsky | 2001-03-29 | 1 | -0/+6 |
| | | | | _multi_parts (13830) | ||||
* | Man page formatting tweak from long ago. | Bart Schaefer | 2001-03-29 | 1 | -0/+6 |
| | |||||
* | Add `bindkey -p' | Peter Stephenson | 2001-03-28 | 1 | -0/+4 |
| | |||||
* | move ZLE builtin documentation from mod_zle.yo to zle.yo. | Peter Stephenson | 2001-03-28 | 1 | -0/+5 |
| | |||||
* | more cleanup; simplify the stop and liststyles; try to make it obey whatever ↵ | Sven Wischnowsky | 2001-03-28 | 1 | -0/+5 |
| | | | | _main_complete says should be done (menu-wise) (13815) | ||||
* | replace `path' with more general `urls' style (13814) | Sven Wischnowsky | 2001-03-28 | 1 | -0/+3 |
| | |||||
* | *** empty log message *** | Sven Wischnowsky | 2001-03-28 | 1 | -0/+5 |
| | |||||
* | Typo in _complete_tag | Peter Stephenson | 2001-03-28 | 1 | -0/+5 |
| | |||||
* | don't add options as completions if a `->state' action was used and we are ↵ | Sven Wischnowsky | 2001-03-28 | 1 | -0/+6 |
| | | | | directly after the option (in the same word) (13809) | ||||
* | make _arguments return 300 only if given the -R option (13790) | Sven Wischnowsky | 2001-03-27 | 1 | -0/+4 |
| | |||||
* | comment out looking up the prefix-needed style when completing directory ↵ | Sven Wischnowsky | 2001-03-27 | 1 | -0/+5 |
| | | | | stack entries; make _tilde use _popd, finally (13789) |