Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-03-30 | 49915: Efficient dedup for unsorted completions | Mikael Magnusson | 1 | -0/+1 | |
2022-03-30 | 49893: Fix comments for UNIQCON/ALL | Mikael Magnusson | 1 | -3/+3 | |
2021-10-30 | 49528: allow multiple -D options to compadd | Oliver Kiddle | 1 | -1/+1 | |
2020-01-09 | 45269: Fix misspellings in completions and elsewhere. | Jens Schleusener | 1 | -3/+3 | |
2019-05-07 | 44274: allow finer control of completion match soring with compadd's -o option | Oliver Kiddle | 1 | -0/+6 | |
2016-12-03 | 40067: internal: Document 'cmatcher', parse_cmatcher(), 'comptoend', ↵ | Daniel Shahaf | 1 | -1/+3 | |
unsetparam_pm(), and getindex(). | |||||
2016-11-03 | 39805: internal: Document some compadd internals. | Daniel Shahaf | 1 | -10/+9 | |
2016-11-03 | 39804: internal: Document matchspec flags. | Daniel Shahaf | 1 | -0/+6 | |
2016-09-04 | unposted: internals: Document zshcompwid(1) parameter implementations. | Daniel Shahaf | 1 | -2/+2 | |
2015-09-10 | 36478: Add [[:INCOMPLETE:]] and [[:INVALID:]] pattern tests. | Peter Stephenson | 1 | -2/+3 | |
2011-05-14 | 29267: add -enable-zsh-debug and use for debugging completion matcher groups | Peter Stephenson | 1 | -0/+3 | |
2011-05-09 | 29165: use term.h globally if needed at all. | Peter Stephenson | 1 | -2/+2 | |
2008-11-15 | 26047: convert lower levels of completion matching to use | Peter Stephenson | 1 | -5/+10 | |
multibyte strings and wide characters | |||||
2008-06-08 | 25138(? mailing list stuck): rewrite of completion matching. | Peter Stephenson | 1 | -2/+39 | |
Will one day use multibyte/wide characters, doesn't yet. | |||||
2008-05-06 | 24951: implement ZLS_COLORS ln=target | Peter Stephenson | 1 | -0/+2 | |
2006-10-07 | 22831: use CM_SPACE in compdescribe | Andrey Borzenkov | 1 | -0/+4 | |
2006-03-07 | 22328, modified: add -o option to compadd | Peter Stephenson | 1 | -0/+1 | |
add _list_files helper to handle new file-list style for _path_files | |||||
2002-05-21 | fix for file-type-tests in nested quotes and don't count space ↵ | Sven Wischnowsky | 1 | -2/+4 | |
file-type-character (17195) | |||||
2002-03-01 | add $redirections array to completion system parameters, containing ↵ | Sven Wischnowsky | 1 | -10/+12 | |
information about all redirections on the line; make this and compstate[redirect] contain the file descriptor number (16751) | |||||
2002-01-22 | add new generic fake style and changes to the C-code for that (different ↵ | Sven Wischnowsky | 1 | -0/+1 | |
implementation of compadd -x) (16483) | |||||
2001-07-25 | make display for groups in _describe nicer; improve packing with ↵ | Sven Wischnowsky | 1 | -0/+3 | |
list_packed; leave space for type character (list_types) only in groups with at least one file name (15477) | |||||
2001-01-11 | *** empty log message *** | Sven Wischnowsky | 1 | -11/+15 | |
2000-10-11 | add _all_matcher completer and supporting C-code for adding a special match ↵ | Sven Wischnowsky | 1 | -0/+2 | |
representing all other matches; remove completions style from _expand(|_word) (12960) | |||||
2000-07-03 | change format style with warnings tag, don't add descriptions as matches; ↵ | Sven Wischnowsky | 1 | -0/+1 | |
make a-a-i-n-h in menu selection work even without matches (12134) | |||||
2000-06-19 | new match spec characters bBeE, match only word/line not both (11977) | Sven Wischnowsky | 1 | -0/+1 | |
2000-05-23 | add -[ak] options to compadd (11533) | Sven Wischnowsky | 1 | -0/+2 | |
2000-05-17 | add Felix' completion matching test; some fixes for bugs shown by it (11439) | Sven Wischnowsky | 1 | -0/+1 | |
2000-05-05 | some more memory initialisation after allocation; shouldn't possibly have ↵ | Sven Wischnowsky | 1 | -1/+1 | |
done any harm (11193) | |||||
2000-05-02 | add -x option to compadd to display message unconditionally | Sven Wischnowsky | 1 | -0/+1 | |
2000-04-01 | Updated from list as far as 10376 | Peter Stephenson | 1 | -99/+350 | |
1999-04-15 | Initial revision | Tanaka Akira | 1 | -0/+137 | |