about summary refs log tree commit diff
path: root/Src/Zle/comp.h
Commit message (Expand)AuthorAgeFilesLines
* 29267: add -enable-zsh-debug and use for debugging completion matcher groupsPeter Stephenson2011-05-141-0/+3
* 29165: use term.h globally if needed at all.Peter Stephenson2011-05-091-2/+2
* 26047: convert lower levels of completion matching to usePeter Stephenson2008-11-151-5/+10
* 25138(? mailing list stuck): rewrite of completion matching.Peter Stephenson2008-06-081-2/+39
* 24951: implement ZLS_COLORS ln=targetPeter Stephenson2008-05-061-0/+2
* 22831: use CM_SPACE in compdescribeAndrey Borzenkov2006-10-071-0/+4
* 22328, modified: add -o option to compaddPeter Stephenson2006-03-071-0/+1
* fix for file-type-tests in nested quotes and don't count space file-type-char...Sven Wischnowsky2002-05-211-2/+4
* add $redirections array to completion system parameters, containing informati...Sven Wischnowsky2002-03-011-10/+12
* add new generic fake style and changes to the C-code for that (different impl...Sven Wischnowsky2002-01-221-0/+1
* make display for groups in _describe nicer; improve packing with list_packed;...Sven Wischnowsky2001-07-251-0/+3
* *** empty log message ***Sven Wischnowsky2001-01-111-11/+15
* add _all_matcher completer and supporting C-code for adding a special match r...Sven Wischnowsky2000-10-111-0/+2
* change format style with warnings tag, don't add descriptions as matches; mak...Sven Wischnowsky2000-07-031-0/+1
* 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 don...Sven Wischnowsky2000-05-051-1/+1
* 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