about summary refs log tree commit diff
path: root/Src/Zle/comp.h
Commit message (Collapse)AuthorAgeFilesLines
* 40067: internal: Document 'cmatcher', parse_cmatcher(), 'comptoend', ↵Daniel Shahaf2016-12-031-1/+3
| | | | unsetparam_pm(), and getindex().
* 39805: internal: Document some compadd internals.Daniel Shahaf2016-11-031-10/+9
|
* 39804: internal: Document matchspec flags.Daniel Shahaf2016-11-031-0/+6
|
* unposted: internals: Document zshcompwid(1) parameter implementations.Daniel Shahaf2016-09-041-2/+2
|
* 36478: Add [[:INCOMPLETE:]] and [[:INVALID:]] pattern tests.Peter Stephenson2015-09-101-2/+3
|
* 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
| | | | multibyte strings and wide characters
* 25138(? mailing list stuck): rewrite of completion matching.Peter Stephenson2008-06-081-2/+39
| | | | Will one day use multibyte/wide characters, doesn't yet.
* 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
| | | | add _list_files helper to handle new file-list style for _path_files
* 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