Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Other places where `unsetopt cshnullglob' is needed. | Bart Schaefer | 2000-10-06 | 7 | -14/+14 |
| | |||||
* | Fiddle with _expand_word and its doc. | Bart Schaefer | 2000-09-21 | 1 | -1/+10 |
| | |||||
* | Use ${(q)tmp} after all. | Bart Schaefer | 2000-09-14 | 1 | -1/+1 |
| | |||||
* | add -g option to _parameters to restrict type of parameters completed (12583) | Oliver Kiddle | 2000-08-10 | 1 | -1/+1 |
| | |||||
* | quoting | Sven Wischnowsky | 2000-08-03 | 7 | -7/+7 |
| | |||||
* | remove tests for kshautoload (use zcompile -z); fix for setting scriptname ↵ | Sven Wischnowsky | 2000-08-01 | 1 | -1/+1 |
| | | | | for functions that redefine themselves | ||||
* | allow subscripts for compadd -[ak]; new style for history completion; better ↵ | Sven Wischnowsky | 2000-06-22 | 2 | -16/+37 |
| | | | | list-colors handling (12029) | ||||
* | make history completion use I{PREF,SUF}FIX (12011) | Sven Wischnowsky | 2000-06-21 | 1 | -0/+5 |
| | |||||
* | .distfiles additions zsh-3.1.9-dev-1 | Peter Stephenson | 2000-06-19 | 1 | -1/+1 |
| | |||||
* | new _generic widget to call completion with $WIDGET in function field of ↵ | Sven Wischnowsky | 2000-06-13 | 1 | -0/+11 |
| | | | | context (?) | ||||
* | setup options in bindable commands (11789) | Sven Wischnowsky | 2000-06-07 | 3 | -4/+19 |
| | |||||
* | allow display of only messages via $compstate[list]=messages (11688) | Sven Wischnowsky | 2000-05-31 | 1 | -1/+2 |
| | |||||
* | use compadd -[ak] (11549) | Sven Wischnowsky | 2000-05-31 | 2 | -4/+6 |
| | |||||
* | 11644: Use `print -s' in _complete_debug. | Bart Schaefer | 2000-05-30 | 1 | -5/+2 |
| | |||||
* | force listing in _complete_debug; make complist with list-scrolling stopt at ↵ | Sven Wischnowsky | 2000-05-25 | 1 | -0/+1 |
| | | | | the end of the list when prompt would scroll it out; fix _in_vared to handle `foo[bar]' (11565) | ||||
* | 11537: new _complete_tag function | Peter Stephenson | 2000-05-23 | 2 | -1/+58 |
| | |||||
* | use `set -A' instead of `eval' in more places (11525) | Sven Wischnowsky | 2000-05-23 | 2 | -3/+3 |
| | |||||
* | 11469: Locally unset the errexit option and ZERR trap. | Bart Schaefer | 2000-05-19 | 1 | -0/+2 |
| | |||||
* | 11332: Test descriptors correctly for redirect/restore of stderr; plus an | Bart Schaefer | 2000-05-12 | 1 | -2/+3 |
| | | | | aesthetic tweak. | ||||
* | 11288: Reopen stdin on /dev/null to avoid confusing programs that don't | Bart Schaefer | 2000-05-10 | 1 | -0/+1 |
| | | | | expect it to be closed. | ||||
* | misc. completion cleanups and changes (11242) | Sven Wischnowsky | 2000-05-08 | 1 | -3/+3 |
| | |||||
* | Small fix to avoid using slashes in temporary file name (11065) | Oliver Kiddle | 2000-05-02 | 1 | -1/+1 |
| | |||||
* | always use empty matcher-list style in _complete_help (11053) | Sven Wischnowsky | 2000-05-02 | 1 | -1/+8 |
| | |||||
* | 11033: 3.1.7-pre-2 zsh-3.1.7-pre-2 | Peter Stephenson | 2000-04-30 | 1 | -1/+4 |
| | |||||
* | 11024: The _complete_debug widget enables and captures xtrace from completion. | Bart Schaefer | 2000-04-30 | 1 | -0/+26 |
| | |||||
* | ensure options are set as expected in _history_complete_word and ↵ | Sven Wischnowsky | 2000-04-26 | 2 | -2/+8 |
| | | | | _bash_completions (10933) | ||||
* | default values for styles in _expand_word, listing expansions with ^Xd, ↵ | Sven Wischnowsky | 2000-04-20 | 1 | -0/+13 |
| | | | | _expand uses add-space style (10854) | ||||
* | 10681: Setopts in _complete_help the same as _main_complete. | Bart Schaefer | 2000-04-12 | 1 | -0/+3 |
| | |||||
* | _wanted now tests both tags and labels; change places where _wanted was ↵ | Sven Wischnowsky | 2000-04-11 | 1 | -71/+97 |
| | | | | called without a command; allow multiple patterns per string in file-patterns; update _next_tags to work with labels (10632) | ||||
* | fix for combining _next_tags and file-patterns | Sven Wischnowsky | 2000-04-05 | 1 | -2/+10 |
| | |||||
* | make _next_tags be usable with menu-completion | Sven Wischnowsky | 2000-04-04 | 1 | -8/+20 |
| | |||||
* | Make style-list optional | Sven Wischnowsky | 2000-04-03 | 1 | -12/+13 |
| | |||||
* | Updated from list as far as 10376 | Peter Stephenson | 2000-04-01 | 3 | -48/+218 |
| | |||||
* | Initial revision | Tanaka Akira | 2000-03-13 | 1 | -0/+70 |
| | |||||
* | zsh-workers:9078 | Tanaka Akira | 1999-12-23 | 1 | -75/+0 |
| | |||||
* | Initial revision | Tanaka Akira | 1999-11-15 | 1 | -0/+35 |
| | |||||
* | Initial revision | Tanaka Akira | 1999-09-30 | 1 | -0/+43 |
| | |||||
* | Initial revision | Tanaka Akira | 1999-09-13 | 1 | -0/+75 |
| | |||||
* | Initial revision | Tanaka Akira | 1999-07-12 | 2 | -0/+160 |
| | |||||
* | Initial revision | Tanaka Akira | 1999-04-15 | 4 | -0/+56 |