about summary refs log tree commit diff
path: root/Src/Zle/compctl.c
Commit message (Collapse)AuthorAgeFilesLines
* 17582: Improved option argument handling.Peter Stephenson2002-08-271-17/+17
| | | | unposted: Updated version to 4.1.0-dev-6 because of interface change.
* fix for file-type-tests in nested quotes and don't count space ↵Sven Wischnowsky2002-05-211-1/+1
| | | | file-type-character (17195)
* add new generic fake style and changes to the C-code for that (different ↵Sven Wischnowsky2002-01-221-3/+3
| | | | implementation of compadd -x) (16483)
* 16269: Fix crash on reserved-word completion.Bart Schaefer2001-11-281-1/+1
|
* add `aliases' option to be able to disable alias expansion (13554)Sven Wischnowsky2001-02-281-3/+4
|
* *** empty log message ***Sven Wischnowsky2001-01-181-2/+2
|
* fix for ol' compctl when completing hash keys (13364)Sven Wischnowsky2001-01-161-1/+4
|
* allow subscripts for compadd -[ak]; new style for history completion; better ↵Sven Wischnowsky2000-06-221-2/+3
| | | | list-colors handling (12029)
* optimise command lookup in old and new completion (user/3124)Sven Wischnowsky2000-06-071-2/+5
|
* Wayne: Fix two history bugs that were causing theBart Schaefer2000-05-301-1/+1
| | | | failure of `print -s'.
* don't list when all matches look the same; force-list style to give users ↵Sven Wischnowsky2000-05-041-1/+2
| | | | control over this (11140)
* comment the `#if's for group numbers in $compstate[insert] (10725)Sven Wischnowsky2000-04-131-0/+1
|
* comment out the code to allow $compstate[insert] to select the group (10690)Sven Wischnowsky2000-04-121-64/+2916
|
* Initial revisionTanaka Akira1999-04-151-0/+1085