about summary refs log tree commit diff
path: root/Completion/Commands/_expand_word
Commit message (Collapse)AuthorAgeFilesLines
* moved to Completion/Base/Widget/_expand_wordSven Wischnowsky2001-04-021-15/+0
|
* Use ksh-style deref of $_comp_options in case of ksharrays.Bart Schaefer2001-02-281-1/+1
|
* simplify setting standard completion system options using $_comp_options (13036)Sven Wischnowsky2000-10-191-2/+1
|
* add _all_matcher completer and supporting C-code for adding a special match ↵Sven Wischnowsky2000-10-111-10/+1
| | | | representing all other matches; remove completions style from _expand(|_word) (12960)
* Other places where `unsetopt cshnullglob' is needed.Bart Schaefer2000-10-061-2/+2
|
* Fiddle with _expand_word and its doc.Bart Schaefer2000-09-211-1/+10
|
* quotingSven Wischnowsky2000-08-031-1/+1
|
* setup options in bindable commands (11789)Sven Wischnowsky2000-06-071-0/+3
|
* default values for styles in _expand_word, listing expansions with ^Xd, ↵Sven Wischnowsky2000-04-201-0/+13
_expand uses add-space style (10854)