summaryrefslogtreecommitdiff
path: root/Src/Zle/comp.h
AgeCommit message (Collapse)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', ↵Daniel Shahaf1-1/+3
unsetparam_pm(), and getindex().
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
multibyte strings and wide characters
2008-06-0825138(? mailing list stuck): rewrite of completion matching.Peter Stephenson1-2/+39
Will one day use multibyte/wide characters, doesn't yet.
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
add _list_files helper to handle new file-list style for _path_files
2002-05-21fix for file-type-tests in nested quotes and don't count space ↵Sven Wischnowsky1-2/+4
file-type-character (17195)
2002-03-01add $redirections array to completion system parameters, containing ↵Sven Wischnowsky1-10/+12
information about all redirections on the line; make this and compstate[redirect] contain the file descriptor number (16751)
2002-01-22add new generic fake style and changes to the C-code for that (different ↵Sven Wischnowsky1-0/+1
implementation of compadd -x) (16483)
2001-07-25make display for groups in _describe nicer; improve packing with ↵Sven Wischnowsky1-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 Wischnowsky1-11/+15
2000-10-11add _all_matcher completer and supporting C-code for adding a special match ↵Sven Wischnowsky1-0/+2
representing all other matches; remove completions style from _expand(|_word) (12960)
2000-07-03change format style with warnings tag, don't add descriptions as matches; ↵Sven Wischnowsky1-0/+1
make a-a-i-n-h in menu selection work even without matches (12134)
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 ↵Sven Wischnowsky1-1/+1
done any harm (11193)
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