about summary refs log tree commit diff
path: root/Src/Zle/comp.h
Commit message (Collapse)AuthorAgeFilesLines
* fix for file-type-tests in nested quotes and don't count space ↵Sven Wischnowsky2002-05-211-2/+4
| | | | file-type-character (17195)
* add $redirections array to completion system parameters, containing ↵Sven Wischnowsky2002-03-011-10/+12
| | | | information about all redirections on the line; make this and compstate[redirect] contain the file descriptor number (16751)
* add new generic fake style and changes to the C-code for that (different ↵Sven Wischnowsky2002-01-221-0/+1
| | | | implementation of compadd -x) (16483)
* make display for groups in _describe nicer; improve packing with ↵Sven Wischnowsky2001-07-251-0/+3
| | | | list_packed; leave space for type character (list_types) only in groups with at least one file name (15477)
* *** empty log message ***Sven Wischnowsky2001-01-111-11/+15
|
* add _all_matcher completer and supporting C-code for adding a special match ↵Sven Wischnowsky2000-10-111-0/+2
| | | | representing all other matches; remove completions style from _expand(|_word) (12960)
* change format style with warnings tag, don't add descriptions as matches; ↵Sven Wischnowsky2000-07-031-0/+1
| | | | make a-a-i-n-h in menu selection work even without matches (12134)
* new match spec characters bBeE, match only word/line not both (11977)Sven Wischnowsky2000-06-191-0/+1
|
* add -[ak] options to compadd (11533)Sven Wischnowsky2000-05-231-0/+2
|
* add Felix' completion matching test; some fixes for bugs shown by it (11439)Sven Wischnowsky2000-05-171-0/+1
|
* some more memory initialisation after allocation; shouldn't possibly have ↵Sven Wischnowsky2000-05-051-1/+1
| | | | done any harm (11193)
* add -x option to compadd to display message unconditionallySven Wischnowsky2000-05-021-0/+1
|
* Updated from list as far as 10376Peter Stephenson2000-04-011-99/+350
|
* Initial revisionTanaka Akira1999-04-151-0/+137