summaryrefslogtreecommitdiff
path: root/Src/Zle/comp.h
AgeCommit message (Expand)AuthorFilesLines
2022-03-3049915: Efficient dedup for unsorted completionsMikael Magnusson1-0/+1
2022-03-3049893: Fix comments for UNIQCON/ALLMikael Magnusson1-3/+3
2021-10-3049528: allow multiple -D options to compaddOliver Kiddle1-1/+1
2020-01-0945269: Fix misspellings in completions and elsewhere.Jens Schleusener1-3/+3
2019-05-0744274: allow finer control of completion match soring with compadd's -o optionOliver Kiddle1-0/+6
2016-12-0340067: internal: Document 'cmatcher', parse_cmatcher(), 'comptoend', unsetpar...Daniel Shahaf1-1/+3
2016-11-0339805: internal: Document some compadd internals.Daniel Shahaf1-10/+9
2016-11-0339804: internal: Document matchspec flags.Daniel Shahaf1-0/+6
2016-09-04unposted: internals: Document zshcompwid(1) parameter implementations.Daniel Shahaf1-2/+2
2015-09-1036478: Add [[:INCOMPLETE:]] and [[:INVALID:]] pattern tests.Peter Stephenson1-2/+3
2011-05-1429267: add -enable-zsh-debug and use for debugging completion matcher groupsPeter Stephenson1-0/+3
2011-05-0929165: use term.h globally if needed at all.Peter Stephenson1-2/+2
2008-11-1526047: convert lower levels of completion matching to usePeter Stephenson1-5/+10
2008-06-0825138(? mailing list stuck): rewrite of completion matching.Peter Stephenson1-2/+39
2008-05-0624951: implement ZLS_COLORS ln=targetPeter Stephenson1-0/+2
2006-10-0722831: use CM_SPACE in compdescribeAndrey Borzenkov1-0/+4
2006-03-0722328, modified: add -o option to compaddPeter Stephenson1-0/+1
2002-05-21fix for file-type-tests in nested quotes and don't count space file-type-char...Sven Wischnowsky1-2/+4
2002-03-01add $redirections array to completion system parameters, containing informati...Sven Wischnowsky1-10/+12
2002-01-22add new generic fake style and changes to the C-code for that (different impl...Sven Wischnowsky1-0/+1
2001-07-25make display for groups in _describe nicer; improve packing with list_packed;...Sven Wischnowsky1-0/+3
2001-01-11*** empty log message ***Sven Wischnowsky1-11/+15
2000-10-11add _all_matcher completer and supporting C-code for adding a special match r...Sven Wischnowsky1-0/+2
2000-07-03change format style with warnings tag, don't add descriptions as matches; mak...Sven Wischnowsky1-0/+1
2000-06-19new match spec characters bBeE, match only word/line not both (11977)Sven Wischnowsky1-0/+1
2000-05-23add -[ak] options to compadd (11533)Sven Wischnowsky1-0/+2
2000-05-17add Felix' completion matching test; some fixes for bugs shown by it (11439)Sven Wischnowsky1-0/+1
2000-05-05some more memory initialisation after allocation; shouldn't possibly have don...Sven Wischnowsky1-1/+1
2000-05-02add -x option to compadd to display message unconditionallySven Wischnowsky1-0/+1
2000-04-01Updated from list as far as 10376Peter Stephenson1-99/+350
1999-04-15Initial revisionTanaka Akira1-0/+137