about summary refs log tree commit diff
path: root/Completion/Base/Core
Commit message (Collapse)AuthorAgeFilesLines
* 18472: spelling correctionsOliver Kiddle2003-04-251-3/+1
|
* 18299: allow _next_tags to work with nested tag loopsOliver Kiddle2003-02-263-0/+5
|
* two new modes for menu selection: incremental search and interactive (17366)Sven Wischnowsky2002-06-261-0/+13
|
* 16849: shift off `-s' argument.Bart Schaefer2002-03-171-0/+1
|
* remove that -T option to compdef again and instead use comma-separated ↵Sven Wischnowsky2002-03-132-35/+19
| | | | sub-contexts both for function and style lookup (16819)
* unposted: usual fixups for .distfiles zsh-4.1.0-dev-4Peter Stephenson2002-03-051-0/+1
|
* allow different sets of completion definitions selected with option -T to ↵Sven Wischnowsky2002-03-042-113/+108
| | | | compdef; use this for parameter values and redirections (16755)
* make _message inhibit insertion of matches unless there are faked ones (16710)Sven Wischnowsky2002-02-251-0/+2
|
* make _guard use `_mesage -e'; make `_message -e' use $curtag as a default; ↵Sven Wischnowsky2002-02-251-2/+8
| | | | change uses of _guard (16708)
* add -x option (to be passed on to compadd) to _description and friends; make ↵Sven Wischnowsky2002-02-126-48/+34
| | | | _message respect any -[12VJ] options it gets, adding the message to that group (16609)
* add new generic fake style and changes to the C-code for that (different ↵Sven Wischnowsky2002-01-223-2/+28
| | | | implementation of compadd -x) (16483)
* allow arguments to be given to functions used by compdef (actually, the ↵Sven Wischnowsky2002-01-211-3/+3
| | | | strings are eval'uated, so this should be powerful enough) (16472)
* make insert-tab really default to `true' (15653)Sven Wischnowsky2001-08-171-1/+1
|
* Fix "insert-tab pending" zstyle.Bart Schaefer2001-06-201-2/+2
|
* spelling correctionsOliver Kiddle2001-05-291-1/+1
|
* use `eval $_comp_setup' in all entry points of the completion system to not ↵Sven Wischnowsky2001-05-291-6/+1
| | | | only set up the options, but also redirect stdin and ignore trap handlers for ZERR (14530)
* 14509: ZLS_COLOURS/ZLS_COLORS consistencyClint Adams2001-05-281-1/+1
|
* fix to include + options in tag order (14416)Oliver Kiddle2001-05-211-1/+1
|
* empty description means: don't add a -X option (14252)Sven Wischnowsky2001-05-081-2/+7
|
* new or changed after moveSven Wischnowsky2001-04-021-0/+5
|
* moved from Completion/Core/_wantedSven Wischnowsky2001-04-021-0/+26
|
* moved from Completion/Core/_tagsSven Wischnowsky2001-04-021-0/+66
|
* moved from Completion/Core/_setupSven Wischnowsky2001-04-021-0/+73
|
* moved from Completion/Core/_requestedSven Wischnowsky2001-04-021-0/+19
|
* moved from Completion/Core/_normalSven Wischnowsky2001-04-021-0/+128
|
* moved from Completion/Core/_next_labelSven Wischnowsky2001-04-021-0/+25
|
* moved from Completion/Core/_messageSven Wischnowsky2001-04-021-0/+20
|
* moved from Completion/Core/_main_completeSven Wischnowsky2001-04-021-0/+330
|
* moved from Completion/Core/_descriptionSven Wischnowsky2001-04-021-0/+70
|
* moved from Completion/Core/_all_labelsSven Wischnowsky2001-04-021-0/+43