about summary refs log tree commit diff
path: root/Completion/Core/_expand
Commit message (Collapse)AuthorAgeFilesLines
* add _all_matcher completer and supporting C-code for adding a special match ↵Sven Wischnowsky2000-10-111-8/+0
| | | | representing all other matches; remove completions style from _expand(|_word) (12960)
* 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 ↵Sven Wischnowsky2000-10-101-4/+22
| | | | (12942)
* more option setting cleanup; remove some unnecessary setopts, remove N ↵Sven Wischnowsky2000-10-061-1/+1
| | | | qualifiers (12917)
* 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
| | | | errors when expanding strings taken from the command line.
* 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 ↵Sven Wischnowsky2000-06-291-1/+1
| | | | to expand (12115)
* 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
| | | | (11973)
* zstyle -e option; change math-styles to boolean ones; change defaults for ↵Sven Wischnowsky2000-06-161-14/+8
| | | | _expand styles (11937)
* 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 ↵Sven Wischnowsky2000-06-081-14/+38
| | | | control (11815)
* 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 ↵Sven Wischnowsky2000-05-221-1/+1
| | | | (11487)
* 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 ↵Sven Wischnowsky2000-05-081-0/+1
| | | | style to ignore words already on the line (11244)
* 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
| | | | clearing end-of-list lines in menu-selection (11110)
* 11036, 11063, 11077: Always write the "read -q" prompt to shout; eliminateBart Schaefer2000-05-021-1/+1
| | | | some redundant close() calls; relocate a misplaced redirection.
* 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
| | | | use them to be able to expand $foo (10909)
* default values for styles in _expand_word, listing expansions with ^Xd, ↵Sven Wischnowsky2000-04-201-7/+37
| | | | _expand uses add-space style (10854)
* Updated from list as far as 10376Peter Stephenson2000-04-011-102/+50
|
* Initial revisionTanaka Akira1999-04-151-0/+149