summaryrefslogtreecommitdiff
path: root/Completion/Core/_expand
AgeCommit message (Collapse)AuthorFilesLines
2001-04-02moved to Completion/Base/Completer/_expandSven Wischnowsky1-185/+0
2001-03-29fix comparison of expansions with expanded prefix (missing quoting) (13833)Sven Wischnowsky1-1/+1
2001-03-11Handle quoted whitespace in glob expansions.Bart Schaefer1-1/+2
2001-02-02Peter:13427: filename-quoting fix in _expandSven Wischnowsky1-1/+4
2000-10-11add _all_matcher completer and supporting C-code for adding a special match ↵Sven Wischnowsky1-8/+0
representing all other matches; remove completions style from _expand(|_word) (12960)
2000-10-10follow-up to 12942, only a missing redirection (12948)Sven Wischnowsky1-23/+5
2000-10-10temporarily remove global aliases to avoid error message inside the evals ↵Sven Wischnowsky1-4/+22
(12942)
2000-10-06more option setting cleanup; remove some unnecessary setopts, remove N ↵Sven Wischnowsky1-1/+1
qualifiers (12917)
2000-09-21Fiddle with _expand_word and its doc.Bart Schaefer1-1/+0
2000-08-08more fixes for completion of special characters (quoting) (12565)Sven Wischnowsky1-3/+3
2000-08-03quotingSven Wischnowsky1-2/+2
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
errors when expanding strings taken from the command line.
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 ↵Sven Wischnowsky1-1/+1
to expand (12115)
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
(11973)
2000-06-16zstyle -e option; change math-styles to boolean ones; change defaults for ↵Sven Wischnowsky1-14/+8
_expand styles (11937)
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 ↵Sven Wischnowsky1-14/+38
control (11815)
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 ↵Sven Wischnowsky1-1/+1
(11487)
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 ↵Sven Wischnowsky1-0/+1
style to ignore words already on the line (11244)
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
clearing end-of-list lines in menu-selection (11110)
2000-05-0211036, 11063, 11077: Always write the "read -q" prompt to shout; eliminateBart Schaefer1-1/+1
some redundant close() calls; relocate a misplaced redirection.
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
use them to be able to expand $foo (10909)
2000-04-20default values for styles in _expand_word, listing expansions with ^Xd, ↵Sven Wischnowsky1-7/+37
_expand uses add-space style (10854)
2000-04-01Updated from list as far as 10376Peter Stephenson1-102/+50
1999-04-15Initial revisionTanaka Akira1-0/+149