summaryrefslogtreecommitdiff
path: root/Doc/Zsh/compsys.yo
AgeCommit message (Collapse)AuthorFilesLines
2006-03-06users/1097: rehash style for external commandsPeter Stephenson1-0/+8
2006-02-2822305: no default for pine-directoryPeter Stephenson1-2/+3
unposted: a couple of small doc fixes
2005-06-0821314: declare expl local in example use of _wantedOliver Kiddle1-1/+2
2005-05-28Remove one stray quote that crept in with the two-hyphens fix.Bart Schaefer1-1/+1
2005-04-24Minor tweak to _generic plus doc fixes for info interpretation of hyphens.Bart Schaefer1-15/+21
2005-04-01c.f. 21071: always use "status" in return and exit status docsPeter Stephenson1-11/+11
2004-10-19Fixed the default completion-cache path. (Change from Alexey Tourbin.)Wayne Davison1-2/+2
2004-10-0120427: Fix problem with _oldlist and custom completer.Peter Stephenson1-0/+7
20339: show-completer style
2004-06-22Previously uncommitted bits of 19785.Bart Schaefer1-12/+2
2004-05-01 * 19863: Completion/Zsh/Type/_command_names, Doc/Zsh/compsys.yo:Clint Adams1-0/+5
allow search path for command names to be overridden by means of new command-path style.
2004-02-29unposted: fix typo in compsys.yoDoug Kearns1-1/+1
2003-09-2119106: document use for _menuOliver Kiddle1-6/+7
2003-07-2118859: Allow the sort style to override sorting by setting explicitly to false.Peter Stephenson1-6/+16
2003-07-0718822: fix accept-exact style not not bail out when it shouldn't and add aOliver Kiddle1-1/+3
setting to continue on and do normal completion
2003-06-0518526: -O option to _describe for prefix-needed in _argumentsPeter Stephenson1-2/+4
2003-04-2518472: spelling correctionsOliver Kiddle1-17/+16
2003-04-24unposted: misspelling in compsys.yo rewritePeter Stephenson1-1/+1
2003-04-24unposted: complete compsys.yo rewritePeter Stephenson1-355/+383
2003-04-1818450: corrections and a couple of rewordingsOliver Kiddle1-67/+78
2003-04-14unposted: rewritten compsys.yo down to end of _describe functionPeter Stephenson1-1446/+1425
2003-02-25fix out-of-date documentation for -value- completion and move description ofOliver Kiddle1-140/+133
special contexts from _complete's to #compdef's description
2003-01-2918156: use reply array instead of ali for plugins and document new stylesOliver Kiddle1-0/+24
2003-01-2718143: fix doc typo in compsys example.Bart Schaefer1-1/+1
2002-08-1417535: use-perl style for _makePeter Stephenson1-0/+11
2002-08-0517503: fix various typos, spelling mistakes and poor wordings in the docsOliver Kiddle1-7/+7
2002-07-01add new sepcial context -assign-parameter- for completing the parameter in ↵Sven Wischnowsky1-0/+4
an assignment (17387)
2002-06-26two new modes for menu selection: incremental search and interactive (17366)Sven Wischnowsky1-0/+7
2002-05-23rename max-match-length style to max-matches-width (17213)Sven Wischnowsky1-3/+3
2002-05-14allow users to give the maximum number of display-columns the matches should ↵Sven Wischnowsky1-0/+14
take up via the style currently named max-match-length (17147)
2002-05-14fix doc for _describe, mention -t option (17146)Sven Wischnowsky1-1/+4
2002-05-0817080: tag-order style usageAndrey Borzenkov1-3/+4
2002-04-0416923: add insert style for inserting matches instead of adding them as a matchOliver Kiddle1-0/+5
2002-03-2716913: fix completion after compdef -a and correct typosOliver Kiddle1-13/+12
2002-03-27alter _generic example to be more robustOliver Kiddle1-2/+2
2002-03-17Add missing close-parenBart Schaefer1-1/+1
2002-03-1516842: resolve name clash for nc between netcat and the nedit client forOliver Kiddle1-4/+24
completion and add _pick_variant to resolve program variants in general
2002-03-13remove that -T option to compdef again and instead use comma-separated ↵Sven Wischnowsky1-59/+90
sub-contexts both for function and style lookup (16819)
2002-03-04allow different sets of completion definitions selected with option -T to ↵Sven Wischnowsky1-22/+55
compdef; use this for parameter values and redirections (16755)
2002-02-25make _guard use `_mesage -e'; make `_message -e' use $curtag as a default; ↵Sven Wischnowsky1-12/+8
change uses of _guard (16708)
2002-02-18allow an argument containing only a single colon as a separator between ↵Sven Wischnowsky1-2/+5
options to _arguments and specs (16669)
2002-02-12Add a special-dirs example.Bart Schaefer1-0/+7
2002-02-12add -x option (to be passed on to compadd) to _description and friends; make ↵Sven Wischnowsky1-9/+16
_message respect any -[12VJ] options it gets, adding the message to that group (16609)
2002-01-2616419: Improve _arguments syntax summary.Bart Schaefer1-1/+1
2002-01-22add new generic fake style and changes to the C-code for that (different ↵Sven Wischnowsky1-1/+22
implementation of compadd -x) (16483)
2002-01-21allow arguments to be given to functions used by compdef (actually, the ↵Sven Wischnowsky1-1/+14
strings are eval'uated, so this should be powerful enough) (16472)
2002-01-10allow manual pages to be shown separated by section with new ↵Sven Wischnowsky1-0/+9
separate-sections style (16426)
2002-01-0416398: updated zstyle completion and related cleanupOliver Kiddle1-3/+42
2001-10-1016006: use styles for mail directory, pine directory, and muttrc.Clint Adams1-0/+15
2001-10-09change file completion default to offer globbed files and directories on ↵Sven Wischnowsky1-9/+11
first try (15995)
2001-10-05make expand style (file completion) work again; no more special behaviour ↵Sven Wischnowsky1-5/+5
with menu completion; try to make docs clearer (15944)