summaryrefslogtreecommitdiff
path: root/Doc/Zsh/compwid.yo
AgeCommit message (Collapse)AuthorFilesLines
2024-03-0552646: extend support for highlight groups to completion explanation strings ↵Oliver Kiddle1-1/+2
and WATCHFMT
2023-05-2151760: r and R were listed in the wrong order.Marlon Richert1-3/+3
2021-10-3049528: allow multiple -D options to compaddOliver Kiddle1-0/+2
2021-10-2649521: Define correct behavior of || completion matchersMarlon Richert1-330/+341
* Add xfail tests to show how :||= matchers should behave in order to provide completion features that cannot be implemented with :|= matchers. * Update compwid.yo to further describe the correct behavior. * Update compwid.yo to use completion terminology more consistently.
2021-04-0348356: clarify (the intended) behaviour for the two anchor forms of matching ↵Oliver Kiddle1-2/+7
control
2020-01-0545184: Clarify documentation of %-sequences understood by compadd -[Xx]dana1-0/+24
2019-05-0844275: Fix compset -p/-s multibyte inconsistency and documentationdana1-2/+2
2019-05-0744274: allow finer control of completion match soring with compadd's -o optionOliver Kiddle1-11/+34
2016-06-2238714: add x: syntax to match specs to make it possible to disable match ↵Oliver Kiddle1-0/+7
specs hardcoded in completion functions
2015-09-2236586: fix completion match right anchorHan Pingtian1-1/+1
2015-09-2236538: fix description of b and B completion match anchorsHan Pingtian1-2/+2
2015-07-0635704: compadd -E 0 should imply -J and -2Oliver Kiddle1-1/+3
2015-05-1235075: improve manual formatJun-ichi Takimoto1-16/+17
also fixed a ChangeLog entry for 35034 (2015-05-06)
2011-06-14unposted: document change to brace parameter completion context in 29452/29459Peter Stephenson1-1/+4
2011-05-1929307, 29308 + replies: Fix some doubled words in docs and comments.Mikael Magnusson1-1/+1
2010-12-17Štěpán Němec: 28533: typosPeter Stephenson1-8/+8
2009-04-2426876 with updated documentation: add ZLE_{REMOVE,SPACE}_SUFFIX_CHARSPeter Stephenson1-0/+5
2009-01-13Back off 26270 (accept-and-menu-complete).Peter Stephenson1-10/+1
Was causing memory corruption
2009-01-09unposted: tweak doc for 26270Peter Stephenson1-0/+9
2008-10-1825912: fix another metafication bug in completionPeter Stephenson1-10/+8
and remove lies about matchers
2008-10-1425893: rescind advice to use m:{[:lower:]}={[:upper:]} matcher for nowPeter Stephenson1-8/+10
2008-07-1425278: rename sections in compwid.yo to avoid confusionPeter Stephenson1-17/+17
2008-06-1629159: expand documentation for correspondence classes with [:...:]Peter Stephenson1-2/+6
2008-06-0825138(? mailing list stuck): rewrite of completion matching.Peter Stephenson1-27/+47
Will one day use multibyte/wide characters, doesn't yet.
2006-10-0722819: bits missed for some reasonPeter Stephenson1-2/+3
2006-09-2122752: improved introduction to completionPeter Stephenson1-3/+3
2006-03-0722328, modified: add -o option to compaddPeter Stephenson1-1/+7
add _list_files helper to handle new file-list style for _path_files
2005-04-24Minor tweak to _generic plus doc fixes for info interpretation of hyphens.Bart Schaefer1-4/+4
2005-04-01c.f. 21071: always use "status" in return and exit status docsPeter Stephenson1-4/+4
2003-01-1318059: allow compadd -r and -R with default space suffixPeter Stephenson1-0/+4
2002-07-01add new sepcial context -assign-parameter- for completing the parameter in ↵Sven Wischnowsky1-0/+3
an assignment (17387)
2002-01-0416398: updated zstyle completion and related cleanupOliver Kiddle1-1/+1
2001-07-25fixlet for 15477, don't let it remove consecutive dummy matches (15482)Sven Wischnowsky1-1/+1
2001-07-25make display for groups in _describe nicer; improve packing with ↵Sven Wischnowsky1-0/+12
list_packed; leave space for type character (list_types) only in groups with at least one file name (15477)
2001-04-01various doc fixes and minor completion function changes, most of whichOliver Kiddle1-3/+3
are to use the -A "-*" and -S options to _arguments (13863)
2001-03-12spelling corrections (13610)Oliver Kiddle1-4/+4
2001-01-11*** empty log message ***Sven Wischnowsky1-0/+15
2000-10-11add _all_matcher completer and supporting C-code for adding a special match ↵Sven Wischnowsky1-1/+10
representing all other matches; remove completions style from _expand(|_word) (12960)
2000-10-05cleanup for 12896 (12901)Sven Wischnowsky1-1/+1
2000-10-05cleanup (12896)Sven Wischnowsky1-14/+15
2000-09-1812835: Alphabetize special parameters list (retry broken commit)Andrey Borzenkov1-177/+177
2000-09-11Redo _zle using _arguments; fix typos.Bart Schaefer1-1/+2
2000-08-10Minor documentation fixes (12585)Oliver Kiddle1-1/+1
2000-07-05mention more standard tags in documentation and fix some typos (12177)Oliver Kiddle1-2/+2
2000-06-2512063: Assorted typo-squashing and reformatting.Bart Schaefer1-5/+7
2000-06-22allow subscripts for compadd -[ak]; new style for history completion; better ↵Sven Wischnowsky1-2/+5
list-colors handling (12029)
2000-06-19new match spec characters bBeE, match only word/line not both (11977)Sven Wischnowsky1-5/+26
2000-05-31allow display of only messages via $compstate[list]=messages (11688)Sven Wischnowsky1-3/+6
2000-05-23add -[ak] options to compadd (11533)Sven Wischnowsky1-1/+9
2000-05-22be more careful when decided if to insert tabs instead of completing (11493)Sven Wischnowsky1-2/+1