about summary refs log tree commit diff
path: root/Completion/Core/_expand
Commit message (Expand)AuthorAgeFilesLines
* moved to Completion/Base/Completer/_expandSven Wischnowsky2001-04-021-185/+0
* fix comparison of expansions with expanded prefix (missing quoting) (13833)Sven Wischnowsky2001-03-291-1/+1
* Handle quoted whitespace in glob expansions.Bart Schaefer2001-03-111-1/+2
* Peter:13427: filename-quoting fix in _expandSven Wischnowsky2001-02-021-1/+4
* add _all_matcher completer and supporting C-code for adding a special match r...Sven Wischnowsky2000-10-111-8/+0
* follow-up to 12942, only a missing redirection (12948)Sven Wischnowsky2000-10-101-23/+5
* temporarily remove global aliases to avoid error message inside the evals (12...Sven Wischnowsky2000-10-101-4/+22
* more option setting cleanup; remove some unnecessary setopts, remove N qualif...Sven Wischnowsky2000-10-061-1/+1
* Fiddle with _expand_word and its doc.Bart Schaefer2000-09-211-1/+0
* more fixes for completion of special characters (quoting) (12565)Sven Wischnowsky2000-08-081-3/+3
* quotingSven Wischnowsky2000-08-031-2/+2
* Belatedly fold in 12162, to replace command subst with eval.Bart Schaefer2000-07-261-3/+3
* add some $(print...)s because of possible math-parse errors (12156)Sven Wischnowsky2000-07-041-3/+3
* 12133: Protect completion system from stray error output and assorted fatalBart Schaefer2000-07-021-2/+2
* don't expand partially typed parameter expansions (12118)Sven Wischnowsky2000-06-291-3/+5
* change suffix style to still do expansion if the suffix contains something to...Sven Wischnowsky2000-06-291-1/+1
* quote brace-strings (12113)Sven Wischnowsky2000-06-291-2/+3
* make history completion use I{PREF,SUF}FIX (12011)Sven Wischnowsky2000-06-211-0/+2
* allow _expand to expand braces; better detection of braces to complete in C (...Sven Wischnowsky2000-06-191-3/+5
* zstyle -e option; change math-styles to boolean ones; change defaults for _ex...Sven Wischnowsky2000-06-161-14/+8
* Handle new suffix style with arrays (11903)Oliver Kiddle2000-06-141-1/+1
* new style `suffix'; use accept-exact style in _expand (?)Sven Wischnowsky2000-06-131-7/+18
* trying to improve _expand; new keep-prefix style, add-space gives more contro...Sven Wischnowsky2000-06-081-14/+38
* make _expand ignore empty expansions (11777)Sven Wischnowsky2000-06-061-2/+2
* use compadd -[ak] (11549)Sven Wischnowsky2000-05-311-3/+3
* fix for a-a-m-c in menu selection; scroll explanations onto screen again (11...Sven Wischnowsky2000-05-221-1/+1
* fix scrolling in menu-selection with matches spanning multiple linesSven Wischnowsky2000-05-161-2/+10
* make _expand call _complete when called from _expand_word; add ignore-line st...Sven Wischnowsky2000-05-081-0/+1
* misc. completion cleanups and changes (11242)Sven Wischnowsky2000-05-081-11/+21
* remove backslashes before `$' in _expand when `substitute' is unset; fix for ...Sven Wischnowsky2000-05-031-5/+8
* 11036, 11063, 11077: Always write the "read -q" prompt to shout; eliminateBart Schaefer2000-05-021-1/+1
* completion cleanup, mostly _wanted and $expl (11049)Sven Wischnowsky2000-05-021-4/+2
* don't fail on nonexistent ~/.nedit file.Bart Schaefer2000-05-011-3/+4
* report prefix/suffix of parameter expansion in IPREFIX/ISUFFIX; make _expand ...Sven Wischnowsky2000-04-251-3/+9
* default values for styles in _expand_word, listing expansions with ^Xd, _expa...Sven Wischnowsky2000-04-201-7/+37
* Updated from list as far as 10376Peter Stephenson2000-04-011-102/+50
* Initial revisionTanaka Akira1999-04-151-0/+149