| Commit message (Expand) | Author | Age | Files | Lines |
* | add -g option to _parameters to restrict type of parameters completed (12583) | Oliver Kiddle | 2000-08-10 | 1 | -2/+6 |
* | 12581: C_BASES option | Peter Stephenson | 2000-08-10 | 1 | -0/+13 |
* | more fixes for completion of special characters (quoting) (12565) | Sven Wischnowsky | 2000-08-08 | 1 | -2/+4 |
* | 12561: Completion/Builtins/_zmodload, Doc/Zsh/builtins.yo, | Peter Stephenson | 2000-08-08 | 1 | -7/+49 |
* | small fix for `read -r' doc (12497) | Sven Wischnowsky | 2000-08-03 | 1 | -1/+2 |
* | make binding of ^D be used in first column if ignoreeof is set and ^D is boun... | Sven Wischnowsky | 2000-08-03 | 1 | -0/+5 |
* | 12486: new completion caching layer | Adam Spiers | 2000-08-02 | 1 | -0/+72 |
* | if compcontext is an assoc, the keys are the completions and the values are t... | Sven Wischnowsky | 2000-08-02 | 1 | -3/+6 |
* | make $compcontext more powerful and easier to use for simple cases | Sven Wischnowsky | 2000-08-01 | 1 | -7/+15 |
* | clarify manual for menu style; select= and yes= may be given both a number an... | Sven Wischnowsky | 2000-07-31 | 1 | -0/+5 |
* | 12436: Doc/Zsh/invoke.yo, Src/init.c: Make -b behave like | Andrew Main | 2000-07-30 | 1 | -2/+5 |
* | 12434: Doc/Zsh/invoke.yo, Src/init.c, Src/options.c, Src/zsh.h, | Andrew Main | 2000-07-30 | 1 | -9/+51 |
* | 12414: vared quotes separators when editing arrays | Peter Stephenson | 2000-07-27 | 1 | -0/+6 |
* | fix a bug that started menu selection too often; fix bug for `yes=long' and d... | Sven Wischnowsky | 2000-07-27 | 1 | -2/+5 |
* | Move compinit security checks into compaudit. | Bart Schaefer | 2000-07-26 | 1 | -10/+21 |
* | Mention the space-starting-alias feature in HIST_IGNORE_SPACE. | Wayne Davison | 2000-07-19 | 1 | -1/+2 |
* | 12313: bad phrasing in metafaq | Peter Stephenson | 2000-07-19 | 1 | -3/+3 |
* | 12242: based on code from Fr. Br. George (George V Kouryachy): | Peter Stephenson | 2000-07-13 | 1 | -9/+11 |
* | fix for list-prompt docs (12229) | Sven Wischnowsky | 2000-07-12 | 1 | -1/+2 |
* | mention more standard tags in documentation and fix some typos (12177) | Oliver Kiddle | 2000-07-05 | 4 | -5/+21 |
* | 12140: make key rebinding for _expand complter easier | Peter Stephenson | 2000-07-03 | 1 | -1/+4 |
* | 12121: stopmsg in precmd | Peter Stephenson | 2000-07-03 | 1 | -2/+8 |
* | change format style with warnings tag, don't add descriptions as matches; mak... | Sven Wischnowsky | 2000-07-03 | 2 | -7/+8 |
* | reverse meaning of yes=num again (12122) | Sven Wischnowsky | 2000-06-29 | 1 | -1/+1 |
* | change suffix style to still do expansion if the suffix contains something to... | Sven Wischnowsky | 2000-06-29 | 1 | -1/+2 |
* | even more fun with the menu style (no=num, yes=long-list, reverse meaning of ... | Sven Wischnowsky | 2000-06-29 | 1 | -1/+7 |
* | misc | Sven Wischnowsky | 2000-06-28 | 1 | -4/+4 |
* | 12086: Alphabetize. | Bart Schaefer | 2000-06-28 | 1 | -26/+30 |
* | menu style accepts yes=x to start menu completion if there are at least x mat... | Sven Wischnowsky | 2000-06-27 | 1 | -0/+4 |
* | document _use_lo (12082) | Sven Wischnowsky | 2000-06-27 | 1 | -0/+33 |
* | 12074: Remove one more reference to compfmt; add missing menu items. | Bart Schaefer | 2000-06-26 | 2 | -1/+14 |
* | 12073: read -t to test for available input before reading | Peter Stephenson | 2000-06-26 | 1 | -1/+17 |
* | remove compfmt; a bit of explanation for compfiles and compgroups (12068) | Sven Wischnowsky | 2000-06-26 | 1 | -6/+12 |
* | 12063: Assorted typo-squashing and reformatting. | Bart Schaefer | 2000-06-25 | 4 | -75/+125 |
* | allow subscripts for compadd -[ak]; new style for history completion; better ... | Sven Wischnowsky | 2000-06-22 | 2 | -2/+34 |
* | *** empty log message *** | Sven Wischnowsky | 2000-06-20 | 1 | -1/+14 |
* | _arguments: small fix for -s and new `!...' for things not to complete (but t... | Sven Wischnowsky | 2000-06-19 | 1 | -0/+11 |
* | new match spec characters bBeE, match only word/line not both (11977) | Sven Wischnowsky | 2000-06-19 | 1 | -5/+26 |
* | allow _expand to expand braces; better detection of braces to complete in C (... | Sven Wischnowsky | 2000-06-19 | 1 | -6/+9 |
* | improve filename completion; use accept-exact for in-path completion; new fak... | Sven Wischnowsky | 2000-06-19 | 1 | -0/+18 |
* | restore ZLS_COLORS when possible; better group-name handling in ZLS_COLORS (3... | Sven Wischnowsky | 2000-06-19 | 1 | -3/+8 |
* | enhance ignore-line to ignore all/current/other word(s) (11938) | Sven Wischnowsky | 2000-06-16 | 1 | -2/+10 |
* | zstyle -e option; change math-styles to boolean ones; change defaults for _ex... | Sven Wischnowsky | 2000-06-16 | 2 | -53/+34 |
* | make _files try each pattern only once (and stop after `*') (11915) | Sven Wischnowsky | 2000-06-15 | 1 | -0/+4 |
* | make -A take a pattern as argument to match non-arguments; allow single-lette... | Sven Wischnowsky | 2000-06-13 | 1 | -4/+9 |
* | new _generic widget to call completion with $WIDGET in function field of cont... | Sven Wischnowsky | 2000-06-13 | 1 | -0/+14 |
* | allow insert-tab to contain `pending[=num]' to handle the case when there is ... | Sven Wischnowsky | 2000-06-13 | 1 | -1/+11 |
* | new style `suffix'; use accept-exact style in _expand (?) | Sven Wischnowsky | 2000-06-13 | 1 | -0/+14 |
* | 11867: restrict typeset -H application | Peter Stephenson | 2000-06-12 | 1 | -3/+5 |
* | 11838: typeset -H | Peter Stephenson | 2000-06-09 | 1 | -0/+8 |