about summary refs log tree commit diff
path: root/Doc/Zsh/compsys.yo
Commit message (Collapse)AuthorAgeFilesLines
* 24626: only process command descriptions if extra-verbose style is set.Clint Adams2008-02-281-0/+6
|
* 24585: completion for glob qualifiers plusPeter Stephenson2008-02-231-0/+9
| | | | bug fix for _alternative
* users/12100: default to a case-insensitive matcher with NO_CASE_GLOBPeter Stephenson2007-10-251-0/+5
|
* 23567: new _complete_help_generic zle non-completion widgetPeter Stephenson2007-06-191-0/+36
|
* users/11575: improved documentation for _all_matchesPeter Stephenson2007-06-161-2/+9
|
* see 23479: add initial features support for modulesPeter Stephenson2007-05-281-7/+0
|
* 23363: fake-files now allows patternsPeter Stephenson2007-05-011-1/+6
|
* 23198: improve _values -sPeter Stephenson2007-02-271-1/+5
| | | | unposted: document _regex_words -t
* 23186: _ip completion and regex handling additionsPeter Stephenson2007-02-251-1/+99
|
* c.f. 23023: new calendar function system.Peter Stephenson2006-12-011-3/+7
|
* users/10989: add fake-always pattern that overrides ignored-patternsPeter Stephenson2006-11-151-0/+25
|
* 22852: users style effect changed in 22191Peter Stephenson2006-10-101-3/+4
| | | | 22853: unquoted ^ at end of bindkey string treated literally
* 22780: add _arguments/comparguments -n to set index of first non-option argPeter Stephenson2006-09-271-2/+11
|
* 22752: improved introduction to completionPeter Stephenson2006-09-211-18/+92
|
* users/10748: improve a couple of minor things in compsys docPeter Stephenson2006-09-201-13/+9
|
* unposted: tweak completion docsPeter Stephenson2006-08-211-0/+7
|
* unposted: trivial typo in compsys.yoPeter Stephenson2006-08-101-1/+1
|
* 22440: _list_files loaded zsh/stat too earlyPeter Stephenson2006-05-121-1/+2
| | | | | unposted: document the use of stat builtin unposted: improve docs for $$ and $PPID
* 22393, 22402: use-ip and known-hosts-files stylesPeter Stephenson2006-04-051-0/+17
|
* 22360, 22365: support version 2 of YodlPeter Stephenson2006-03-201-3/+4
|
* 22328, modified: add -o option to compaddPeter Stephenson2006-03-071-0/+30
| | | | add _list_files helper to handle new file-list style for _path_files
* users/1097: rehash style for external commandsPeter Stephenson2006-03-061-0/+8
|
* 22305: no default for pine-directoryPeter Stephenson2006-02-281-2/+3
| | | | unposted: a couple of small doc fixes
* 21314: declare expl local in example use of _wantedOliver Kiddle2005-06-081-1/+2
|
* Remove one stray quote that crept in with the two-hyphens fix.Bart Schaefer2005-05-281-1/+1
|
* Minor tweak to _generic plus doc fixes for info interpretation of hyphens.Bart Schaefer2005-04-241-15/+21
|
* c.f. 21071: always use "status" in return and exit status docsPeter Stephenson2005-04-011-11/+11
|
* Fixed the default completion-cache path. (Change from Alexey Tourbin.)Wayne Davison2004-10-191-2/+2
|
* 20427: Fix problem with _oldlist and custom completer.Peter Stephenson2004-10-011-0/+7
| | | | 20339: show-completer style
* Previously uncommitted bits of 19785.Bart Schaefer2004-06-221-12/+2
|
* * 19863: Completion/Zsh/Type/_command_names, Doc/Zsh/compsys.yo:Clint Adams2004-05-011-0/+5
| | | | | allow search path for command names to be overridden by means of new command-path style.
* unposted: fix typo in compsys.yoDoug Kearns2004-02-291-1/+1
|
* 19106: document use for _menuOliver Kiddle2003-09-211-6/+7
|
* 18859: Allow the sort style to override sorting by setting explicitly to false.Peter Stephenson2003-07-211-6/+16
|
* 18822: fix accept-exact style not not bail out when it shouldn't and add aOliver Kiddle2003-07-071-1/+3
| | | | setting to continue on and do normal completion
* 18526: -O option to _describe for prefix-needed in _argumentsPeter Stephenson2003-06-051-2/+4
|
* 18472: spelling correctionsOliver Kiddle2003-04-251-17/+16
|
* unposted: misspelling in compsys.yo rewritePeter Stephenson2003-04-241-1/+1
|
* unposted: complete compsys.yo rewritePeter Stephenson2003-04-241-355/+383
|
* 18450: corrections and a couple of rewordingsOliver Kiddle2003-04-181-67/+78
|
* unposted: rewritten compsys.yo down to end of _describe functionPeter Stephenson2003-04-141-1446/+1425
|
* fix out-of-date documentation for -value- completion and move description ofOliver Kiddle2003-02-251-140/+133
| | | | special contexts from _complete's to #compdef's description
* 18156: use reply array instead of ali for plugins and document new stylesOliver Kiddle2003-01-291-0/+24
|
* 18143: fix doc typo in compsys example.Bart Schaefer2003-01-271-1/+1
|
* 17535: use-perl style for _makePeter Stephenson2002-08-141-0/+11
|
* 17503: fix various typos, spelling mistakes and poor wordings in the docsOliver Kiddle2002-08-051-7/+7
|
* add new sepcial context -assign-parameter- for completing the parameter in ↵Sven Wischnowsky2002-07-011-0/+4
| | | | an assignment (17387)
* two new modes for menu selection: incremental search and interactive (17366)Sven Wischnowsky2002-06-261-0/+7
|
* rename max-match-length style to max-matches-width (17213)Sven Wischnowsky2002-05-231-3/+3
|
* allow users to give the maximum number of display-columns the matches should ↵Sven Wischnowsky2002-05-141-0/+14
| | | | take up via the style currently named max-match-length (17147)