summaryrefslogtreecommitdiff
path: root/Completion/Core/_expand
AgeCommit message (Expand)AuthorFilesLines
2000-07-26Belatedly fold in 12162, to replace command subst with eval.Bart Schaefer1-3/+3
2000-07-04add some $(print...)s because of possible math-parse errors (12156)Sven Wischnowsky1-3/+3
2000-07-0212133: Protect completion system from stray error output and assorted fatalBart Schaefer1-2/+2
2000-06-29don't expand partially typed parameter expansions (12118)Sven Wischnowsky1-3/+5
2000-06-29change suffix style to still do expansion if the suffix contains something to...Sven Wischnowsky1-1/+1
2000-06-29quote brace-strings (12113)Sven Wischnowsky1-2/+3
2000-06-21make history completion use I{PREF,SUF}FIX (12011)Sven Wischnowsky1-0/+2
2000-06-19allow _expand to expand braces; better detection of braces to complete in C (...Sven Wischnowsky1-3/+5
2000-06-16zstyle -e option; change math-styles to boolean ones; change defaults for _ex...Sven Wischnowsky1-14/+8
2000-06-14Handle new suffix style with arrays (11903)Oliver Kiddle1-1/+1
2000-06-13new style `suffix'; use accept-exact style in _expand (?)Sven Wischnowsky1-7/+18
2000-06-08trying to improve _expand; new keep-prefix style, add-space gives more contro...Sven Wischnowsky1-14/+38
2000-06-06make _expand ignore empty expansions (11777)Sven Wischnowsky1-2/+2
2000-05-31use compadd -[ak] (11549)Sven Wischnowsky1-3/+3
2000-05-22fix for a-a-m-c in menu selection; scroll explanations onto screen again (11...Sven Wischnowsky1-1/+1
2000-05-16fix scrolling in menu-selection with matches spanning multiple linesSven Wischnowsky1-2/+10
2000-05-08make _expand call _complete when called from _expand_word; add ignore-line st...Sven Wischnowsky1-0/+1
2000-05-08misc. completion cleanups and changes (11242)Sven Wischnowsky1-11/+21
2000-05-03remove backslashes before `$' in _expand when `substitute' is unset; fix for ...Sven Wischnowsky1-5/+8
2000-05-0211036, 11063, 11077: Always write the "read -q" prompt to shout; eliminateBart Schaefer1-1/+1
2000-05-02completion cleanup, mostly _wanted and $expl (11049)Sven Wischnowsky1-4/+2
2000-05-01don't fail on nonexistent ~/.nedit file.Bart Schaefer1-3/+4
2000-04-25report prefix/suffix of parameter expansion in IPREFIX/ISUFFIX; make _expand ...Sven Wischnowsky1-3/+9
2000-04-20default values for styles in _expand_word, listing expansions with ^Xd, _expa...Sven Wischnowsky1-7/+37
2000-04-01Updated from list as far as 10376Peter Stephenson1-102/+50
1999-04-15Initial revisionTanaka Akira1-0/+149