| Commit message (Expand) | Author | Age | Files | Lines |
* | moved to Completion/Base/Completer/_expand | Sven Wischnowsky | 2001-04-02 | 1 | -185/+0 |
* | fix comparison of expansions with expanded prefix (missing quoting) (13833) | Sven Wischnowsky | 2001-03-29 | 1 | -1/+1 |
* | Handle quoted whitespace in glob expansions. | Bart Schaefer | 2001-03-11 | 1 | -1/+2 |
* | Peter:13427: filename-quoting fix in _expand | Sven Wischnowsky | 2001-02-02 | 1 | -1/+4 |
* | add _all_matcher completer and supporting C-code for adding a special match r... | Sven Wischnowsky | 2000-10-11 | 1 | -8/+0 |
* | follow-up to 12942, only a missing redirection (12948) | Sven Wischnowsky | 2000-10-10 | 1 | -23/+5 |
* | temporarily remove global aliases to avoid error message inside the evals (12... | Sven Wischnowsky | 2000-10-10 | 1 | -4/+22 |
* | more option setting cleanup; remove some unnecessary setopts, remove N qualif... | Sven Wischnowsky | 2000-10-06 | 1 | -1/+1 |
* | Fiddle with _expand_word and its doc. | Bart Schaefer | 2000-09-21 | 1 | -1/+0 |
* | more fixes for completion of special characters (quoting) (12565) | Sven Wischnowsky | 2000-08-08 | 1 | -3/+3 |
* | quoting | Sven Wischnowsky | 2000-08-03 | 1 | -2/+2 |
* | Belatedly fold in 12162, to replace command subst with eval. | Bart Schaefer | 2000-07-26 | 1 | -3/+3 |
* | add some $(print...)s because of possible math-parse errors (12156) | Sven Wischnowsky | 2000-07-04 | 1 | -3/+3 |
* | 12133: Protect completion system from stray error output and assorted fatal | Bart Schaefer | 2000-07-02 | 1 | -2/+2 |
* | don't expand partially typed parameter expansions (12118) | Sven Wischnowsky | 2000-06-29 | 1 | -3/+5 |
* | change suffix style to still do expansion if the suffix contains something to... | Sven Wischnowsky | 2000-06-29 | 1 | -1/+1 |
* | quote brace-strings (12113) | Sven Wischnowsky | 2000-06-29 | 1 | -2/+3 |
* | make history completion use I{PREF,SUF}FIX (12011) | Sven Wischnowsky | 2000-06-21 | 1 | -0/+2 |
* | allow _expand to expand braces; better detection of braces to complete in C (... | Sven Wischnowsky | 2000-06-19 | 1 | -3/+5 |
* | zstyle -e option; change math-styles to boolean ones; change defaults for _ex... | Sven Wischnowsky | 2000-06-16 | 1 | -14/+8 |
* | Handle new suffix style with arrays (11903) | Oliver Kiddle | 2000-06-14 | 1 | -1/+1 |
* | new style `suffix'; use accept-exact style in _expand (?) | Sven Wischnowsky | 2000-06-13 | 1 | -7/+18 |
* | trying to improve _expand; new keep-prefix style, add-space gives more contro... | Sven Wischnowsky | 2000-06-08 | 1 | -14/+38 |
* | make _expand ignore empty expansions (11777) | Sven Wischnowsky | 2000-06-06 | 1 | -2/+2 |
* | use compadd -[ak] (11549) | Sven Wischnowsky | 2000-05-31 | 1 | -3/+3 |
* | fix for a-a-m-c in menu selection; scroll explanations onto screen again (11... | Sven Wischnowsky | 2000-05-22 | 1 | -1/+1 |
* | fix scrolling in menu-selection with matches spanning multiple lines | Sven Wischnowsky | 2000-05-16 | 1 | -2/+10 |
* | make _expand call _complete when called from _expand_word; add ignore-line st... | Sven Wischnowsky | 2000-05-08 | 1 | -0/+1 |
* | misc. completion cleanups and changes (11242) | Sven Wischnowsky | 2000-05-08 | 1 | -11/+21 |
* | remove backslashes before `$' in _expand when `substitute' is unset; fix for ... | Sven Wischnowsky | 2000-05-03 | 1 | -5/+8 |
* | 11036, 11063, 11077: Always write the "read -q" prompt to shout; eliminate | Bart Schaefer | 2000-05-02 | 1 | -1/+1 |
* | completion cleanup, mostly _wanted and $expl (11049) | Sven Wischnowsky | 2000-05-02 | 1 | -4/+2 |
* | don't fail on nonexistent ~/.nedit file. | Bart Schaefer | 2000-05-01 | 1 | -3/+4 |
* | report prefix/suffix of parameter expansion in IPREFIX/ISUFFIX; make _expand ... | Sven Wischnowsky | 2000-04-25 | 1 | -3/+9 |
* | default values for styles in _expand_word, listing expansions with ^Xd, _expa... | Sven Wischnowsky | 2000-04-20 | 1 | -7/+37 |
* | Updated from list as far as 10376 | Peter Stephenson | 2000-04-01 | 1 | -102/+50 |
* | Initial revision | Tanaka Akira | 1999-04-15 | 1 | -0/+149 |