Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | moved from Completion/Core/_requested | Sven Wischnowsky | 2001-04-02 | 1 | -0/+19 |
| | |||||
* | moved to Completion/Base/Core/_requested | Sven Wischnowsky | 2001-04-02 | 1 | -19/+0 |
| | |||||
* | moved from Completion/Core/_normal | Sven Wischnowsky | 2001-04-02 | 1 | -0/+128 |
| | |||||
* | moved to Completion/Base/Core/_normal | Sven Wischnowsky | 2001-04-02 | 1 | -128/+0 |
| | |||||
* | moved from Completion/Core/_next_label | Sven Wischnowsky | 2001-04-02 | 1 | -0/+25 |
| | |||||
* | moved to Completion/Base/Core/_next_label | Sven Wischnowsky | 2001-04-02 | 1 | -25/+0 |
| | |||||
* | moved from Completion/Core/_message | Sven Wischnowsky | 2001-04-02 | 1 | -0/+20 |
| | |||||
* | moved to Completion/Base/Core/_message | Sven Wischnowsky | 2001-04-02 | 1 | -20/+0 |
| | |||||
* | moved from Completion/Core/_main_complete | Sven Wischnowsky | 2001-04-02 | 1 | -0/+330 |
| | |||||
* | moved to Completion/Base/Core/_main_complete | Sven Wischnowsky | 2001-04-02 | 1 | -330/+0 |
| | |||||
* | moved from Completion/Core/_description | Sven Wischnowsky | 2001-04-02 | 1 | -0/+70 |
| | |||||
* | moved to Completion/Base/Core/_description | Sven Wischnowsky | 2001-04-02 | 1 | -70/+0 |
| | |||||
* | moved from Completion/Core/_all_labels | Sven Wischnowsky | 2001-04-02 | 1 | -0/+43 |
| | |||||
* | moved to Completion/Base/Core/_all_labels | Sven Wischnowsky | 2001-04-02 | 1 | -43/+0 |
| | |||||
* | moved from Completion/Core/compinstall | Sven Wischnowsky | 2001-04-02 | 1 | -0/+1830 |
| | |||||
* | moved to Completion/compinstall | Sven Wischnowsky | 2001-04-02 | 1 | -1830/+0 |
| | |||||
* | moved from Completion/Core/compinit | Sven Wischnowsky | 2001-04-02 | 1 | -0/+483 |
| | |||||
* | moved to Completion/compinit | Sven Wischnowsky | 2001-04-02 | 1 | -483/+0 |
| | |||||
* | moved from Completion/Core/compdump | Sven Wischnowsky | 2001-04-02 | 1 | -0/+135 |
| | |||||
* | moved to Completion/compdump | Sven Wischnowsky | 2001-04-02 | 1 | -135/+0 |
| | |||||
* | moved from Completion/Core/compaudit | Sven Wischnowsky | 2001-04-02 | 1 | -0/+130 |
| | |||||
* | make `_arguments -S' still complete long options after `--<TAB>'; fix for ↵ pre-func-move | Sven Wischnowsky | 2001-04-02 | 3 | -2/+9 |
| | | | | cursor positioning with partial word match specs (13868) | ||||
* | 13866: apt-get install pinning | Clint Adams | 2001-04-02 | 2 | -2/+7 |
| | |||||
* | 13864: apt-get -t <release name> | Clint Adams | 2001-04-02 | 2 | -3/+86 |
| | |||||
* | various doc fixes and minor completion function changes, most of which | Oliver Kiddle | 2001-04-01 | 26 | -98/+139 |
| | | | | are to use the -A "-*" and -S options to _arguments (13863) | ||||
* | Completion for apm command (linux only). | Chmouel Boudjnah | 2001-04-01 | 3 | -0/+22 |
| | |||||
* | 13860: caching layer support in _deb_packages | Clint Adams | 2001-03-30 | 2 | -3/+30 |
| | |||||
* | Fix problem with traps not runing if shell exec'd final command | Peter Stephenson | 2001-03-30 | 3 | -3/+24 |
| | |||||
* | 13845, 13486 | Bart Schaefer | 2001-03-30 | 1 | -0/+9 |
| | |||||
* | Print hash marks for progress. | Bart Schaefer | 2001-03-30 | 1 | -0/+4 |
| | |||||
* | Refuse to setopt noexec when interactive | Bart Schaefer | 2001-03-30 | 2 | -0/+5 |
| | |||||
* | Don't assume we can change the string for the HOST parameter when used in | Peter Stephenson | 2001-03-29 | 2 | -5/+5 |
| | | | | a prompt | ||||
* | disallow changing of parameter type | Peter Stephenson | 2001-03-29 | 2 | -4/+15 |
| | | | | for autoloadable parameter (bug 219459 on Sourceforge). | ||||
* | fix comparison of expansions with expanded prefix (missing quoting) (13833) | Sven Wischnowsky | 2001-03-29 | 2 | -1/+4 |
| | |||||
* | next try to get rid of empty strings being added as possible completion by ↵ | Sven Wischnowsky | 2001-03-29 | 2 | -2/+8 |
| | | | | _multi_parts (13830) | ||||
* | Man page formatting tweak from long ago. | Bart Schaefer | 2001-03-29 | 2 | -4/+12 |
| | |||||
* | Add `bindkey -p' | Peter Stephenson | 2001-03-28 | 4 | -2/+30 |
| | |||||
* | move ZLE builtin documentation from mod_zle.yo to zle.yo. | Peter Stephenson | 2001-03-28 | 3 | -338/+352 |
| | |||||
* | more cleanup; simplify the stop and liststyles; try to make it obey whatever ↵ | Sven Wischnowsky | 2001-03-28 | 3 | -64/+44 |
| | | | | _main_complete says should be done (menu-wise) (13815) | ||||
* | replace `path' with more general `urls' style (13814) | Sven Wischnowsky | 2001-03-28 | 3 | -26/+50 |
| | |||||
* | *** empty log message *** | Sven Wischnowsky | 2001-03-28 | 2 | -3/+8 |
| | |||||
* | Typo in _complete_tag | Peter Stephenson | 2001-03-28 | 2 | -1/+5 |
| | |||||
* | don't add options as completions if a `->state' action was used and we are ↵ | Sven Wischnowsky | 2001-03-28 | 2 | -1/+8 |
| | | | | 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 | 5 | -40/+107 |
| | |||||
* | comment out looking up the prefix-needed style when completing directory ↵ | Sven Wischnowsky | 2001-03-27 | 3 | -32/+21 |
| | | | | stack entries; make _tilde use _popd, finally (13789) | ||||
* | try to make _h_c_w smarter at the beginning and end of the list; avoid ↵ | Sven Wischnowsky | 2001-03-27 | 3 | -20/+42 |
| | | | | list-beeping if the old completion list is re-used (3752) | ||||
* | 13779/13783: fixes from Michal Politowski | Clint Adams | 2001-03-26 | 3 | -3/+10 |
| | |||||
* | 13777: maxfilelocks limit for glibc2.2 | Clint Adams | 2001-03-26 | 2 | -22/+44 |
| | |||||
* | handle colons in xor lists (13770) | Sven Wischnowsky | 2001-03-26 | 2 | -1/+3 |
| | |||||
* | unset ZLS_COLORS if list-colors not set (13768) | Sven Wischnowsky | 2001-03-26 | 3 | -2/+8 |
| |