Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Previously uncommitted bits of 19785. | Bart Schaefer | 2004-06-22 | 1 | -12/+2 |
| | |||||
* | * 19863: Completion/Zsh/Type/_command_names, Doc/Zsh/compsys.yo: | Clint Adams | 2004-05-01 | 1 | -0/+5 |
| | | | | | allow search path for command names to be overridden by means of new command-path style. | ||||
* | unposted: fix typo in compsys.yo | Doug Kearns | 2004-02-29 | 1 | -1/+1 |
| | |||||
* | 19106: document use for _menu | Oliver Kiddle | 2003-09-21 | 1 | -6/+7 |
| | |||||
* | 18859: Allow the sort style to override sorting by setting explicitly to false. | Peter Stephenson | 2003-07-21 | 1 | -6/+16 |
| | |||||
* | 18822: fix accept-exact style not not bail out when it shouldn't and add a | Oliver Kiddle | 2003-07-07 | 1 | -1/+3 |
| | | | | setting to continue on and do normal completion | ||||
* | 18526: -O option to _describe for prefix-needed in _arguments | Peter Stephenson | 2003-06-05 | 1 | -2/+4 |
| | |||||
* | 18472: spelling corrections | Oliver Kiddle | 2003-04-25 | 1 | -17/+16 |
| | |||||
* | unposted: misspelling in compsys.yo rewrite | Peter Stephenson | 2003-04-24 | 1 | -1/+1 |
| | |||||
* | unposted: complete compsys.yo rewrite | Peter Stephenson | 2003-04-24 | 1 | -355/+383 |
| | |||||
* | 18450: corrections and a couple of rewordings | Oliver Kiddle | 2003-04-18 | 1 | -67/+78 |
| | |||||
* | unposted: rewritten compsys.yo down to end of _describe function | Peter Stephenson | 2003-04-14 | 1 | -1446/+1425 |
| | |||||
* | fix out-of-date documentation for -value- completion and move description of | Oliver Kiddle | 2003-02-25 | 1 | -140/+133 |
| | | | | special contexts from _complete's to #compdef's description | ||||
* | 18156: use reply array instead of ali for plugins and document new styles | Oliver Kiddle | 2003-01-29 | 1 | -0/+24 |
| | |||||
* | 18143: fix doc typo in compsys example. | Bart Schaefer | 2003-01-27 | 1 | -1/+1 |
| | |||||
* | 17535: use-perl style for _make | Peter Stephenson | 2002-08-14 | 1 | -0/+11 |
| | |||||
* | 17503: fix various typos, spelling mistakes and poor wordings in the docs | Oliver Kiddle | 2002-08-05 | 1 | -7/+7 |
| | |||||
* | add new sepcial context -assign-parameter- for completing the parameter in ↵ | Sven Wischnowsky | 2002-07-01 | 1 | -0/+4 |
| | | | | an assignment (17387) | ||||
* | two new modes for menu selection: incremental search and interactive (17366) | Sven Wischnowsky | 2002-06-26 | 1 | -0/+7 |
| | |||||
* | rename max-match-length style to max-matches-width (17213) | Sven Wischnowsky | 2002-05-23 | 1 | -3/+3 |
| | |||||
* | allow users to give the maximum number of display-columns the matches should ↵ | Sven Wischnowsky | 2002-05-14 | 1 | -0/+14 |
| | | | | take up via the style currently named max-match-length (17147) | ||||
* | fix doc for _describe, mention -t option (17146) | Sven Wischnowsky | 2002-05-14 | 1 | -1/+4 |
| | |||||
* | 17080: tag-order style usage | Andrey Borzenkov | 2002-05-08 | 1 | -3/+4 |
| | |||||
* | 16923: add insert style for inserting matches instead of adding them as a match | Oliver Kiddle | 2002-04-04 | 1 | -0/+5 |
| | |||||
* | 16913: fix completion after compdef -a and correct typos | Oliver Kiddle | 2002-03-27 | 1 | -13/+12 |
| | |||||
* | alter _generic example to be more robust | Oliver Kiddle | 2002-03-27 | 1 | -2/+2 |
| | |||||
* | Add missing close-paren | Bart Schaefer | 2002-03-17 | 1 | -1/+1 |
| | |||||
* | 16842: resolve name clash for nc between netcat and the nedit client for | Oliver Kiddle | 2002-03-15 | 1 | -4/+24 |
| | | | | completion and add _pick_variant to resolve program variants in general | ||||
* | remove that -T option to compdef again and instead use comma-separated ↵ | Sven Wischnowsky | 2002-03-13 | 1 | -59/+90 |
| | | | | sub-contexts both for function and style lookup (16819) | ||||
* | allow different sets of completion definitions selected with option -T to ↵ | Sven Wischnowsky | 2002-03-04 | 1 | -22/+55 |
| | | | | compdef; use this for parameter values and redirections (16755) | ||||
* | make _guard use `_mesage -e'; make `_message -e' use $curtag as a default; ↵ | Sven Wischnowsky | 2002-02-25 | 1 | -12/+8 |
| | | | | change uses of _guard (16708) | ||||
* | allow an argument containing only a single colon as a separator between ↵ | Sven Wischnowsky | 2002-02-18 | 1 | -2/+5 |
| | | | | options to _arguments and specs (16669) | ||||
* | Add a special-dirs example. | Bart Schaefer | 2002-02-12 | 1 | -0/+7 |
| | |||||
* | add -x option (to be passed on to compadd) to _description and friends; make ↵ | Sven Wischnowsky | 2002-02-12 | 1 | -9/+16 |
| | | | | _message respect any -[12VJ] options it gets, adding the message to that group (16609) | ||||
* | 16419: Improve _arguments syntax summary. | Bart Schaefer | 2002-01-26 | 1 | -1/+1 |
| | |||||
* | add new generic fake style and changes to the C-code for that (different ↵ | Sven Wischnowsky | 2002-01-22 | 1 | -1/+22 |
| | | | | implementation of compadd -x) (16483) | ||||
* | allow arguments to be given to functions used by compdef (actually, the ↵ | Sven Wischnowsky | 2002-01-21 | 1 | -1/+14 |
| | | | | strings are eval'uated, so this should be powerful enough) (16472) | ||||
* | allow manual pages to be shown separated by section with new ↵ | Sven Wischnowsky | 2002-01-10 | 1 | -0/+9 |
| | | | | separate-sections style (16426) | ||||
* | 16398: updated zstyle completion and related cleanup | Oliver Kiddle | 2002-01-04 | 1 | -3/+42 |
| | |||||
* | 16006: use styles for mail directory, pine directory, and muttrc. | Clint Adams | 2001-10-10 | 1 | -0/+15 |
| | |||||
* | change file completion default to offer globbed files and directories on ↵ | Sven Wischnowsky | 2001-10-09 | 1 | -9/+11 |
| | | | | first try (15995) | ||||
* | make expand style (file completion) work again; no more special behaviour ↵ | Sven Wischnowsky | 2001-10-05 | 1 | -5/+5 |
| | | | | with menu completion; try to make docs clearer (15944) | ||||
* | unposted: Add missing docs for cache-policy style. | Adam Spiers | 2001-08-15 | 1 | -0/+6 |
| | |||||
* | follow-up to 15588; add -w option to _values (look at all words); change _dd ↵ | Sven Wischnowsky | 2001-08-08 | 1 | -0/+4 |
| | | | | back (15597) | ||||
* | correction (unposted) | Oliver Kiddle | 2001-08-06 | 1 | -1/+1 |
| | |||||
* | another fix for 15477 (separator strings); add list-separator style (15484) | Sven Wischnowsky | 2001-07-25 | 1 | -0/+6 |
| | |||||
* | add list-grouped option to make options and such be grouped together if they ↵ | Sven Wischnowsky | 2001-07-18 | 1 | -0/+14 |
| | | | | have the same description; matches with line-display strings can be hidden; hi and du capabalities in complist are only used if set by the user (15407) | ||||
* | add preserve-prefix style to keep pathname prefix unchanged (15400) | Sven Wischnowsky | 2001-07-17 | 1 | -0/+10 |
| | |||||
* | (14736) | Sven Wischnowsky | 2001-06-06 | 1 | -0/+6 |
| | |||||
* | correct alphabetical order in lists of styles, tags, functions and modules | Oliver Kiddle | 2001-05-31 | 1 | -54/+54 |
| |