about summary refs log tree commit diff
path: root/Completion/Zsh
Commit message (Collapse)AuthorAgeFilesLines
* 18472: spelling correctionsOliver Kiddle2003-04-251-1/+1
|
* fix bug where 0 was not returned when adding a named directory as a matchOliver Kiddle2003-04-181-1/+1
|
* fix out-of-date documentation for -value- completion and move description ofOliver Kiddle2003-02-251-4/+4
| | | | special contexts from _complete's to #compdef's description
* 18242: add -d option to read for specifying delimiter to terminate inputOliver Kiddle2003-02-171-0/+1
|
* 18237: complete -t option to readOliver Kiddle2003-02-131-2/+3
|
* 18121: add new function for completing e-mail addressesOliver Kiddle2003-01-171-1/+4
|
* 18060: document zmv's -W option and add zmv completionOliver Kiddle2003-01-072-1/+19
|
* 17958: -u and -v options were missingOliver Kiddle2002-11-221-0/+2
|
* 17958: with new argument parsing, -k can be imediately followed by argOliver Kiddle2002-11-221-1/+1
|
* 17958: update print completion for new print options in 17940Oliver Kiddle2002-11-221-2/+4
|
* 17682: add support for -H and -p in typeset completionOliver Kiddle2002-09-161-31/+36
|
* 17573: complete new -s option to readOliver Kiddle2002-08-231-5/+6
|
* add new sepcial context -assign-parameter- for completing the parameter in ↵Sven Wischnowsky2002-07-012-1/+4
| | | | an assignment (17387)
* two new modes for menu selection: incremental search and interactive (17366)Sven Wischnowsky2002-06-261-1/+2
|
* 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/+5
| | | | take up via the style currently named max-match-length (17147)
* make more calls to _message use the -e option (16988)Sven Wischnowsky2002-04-165-13/+13
|
* 16913: fix completion after compdef -a and correct typosOliver Kiddle2002-03-271-4/+5
|
* 16842: resolve name clash for nc between netcat and the nedit client forOliver Kiddle2002-03-151-1/+1
| | | | completion and add _pick_variant to resolve program variants in general
* remove that -T option to compdef again and instead use comma-separated ↵Sven Wischnowsky2002-03-135-46/+59
| | | | sub-contexts both for function and style lookup (16819)
* allow different sets of completion definitions selected with option -T to ↵Sven Wischnowsky2002-03-046-52/+54
| | | | compdef; use this for parameter values and redirections (16755)
* 16748: Fix infinite loop introduced by 16464.Bart Schaefer2002-03-011-1/+1
|
* 16619, 16676: add -c, -l and -p options to the dirs builtinOliver Kiddle2002-02-202-1/+9
|
* fixlet to avoid an empty string in an array; cause completion after cd ↵Sven Wischnowsky2002-01-301-0/+2
| | | | without any matches to not report that there were no matches (16515)
* slight improvement for 16500 to allow completion after ./<TAB> in all cases ↵Sven Wischnowsky2002-01-281-6/+1
| | | | (16507)
* 16500: don't complete executable files in the current directory if "." is ↵Clint Adams2002-01-271-1/+10
| | | | not in path.
* use pager style instead of $EDITOR and fix bad substitution in exclusion listsOliver Kiddle2002-01-172-34/+31
|
* 16461: a number of minor completion function updatesOliver Kiddle2002-01-162-1/+19
|
* allow manual pages to be shown separated by section with new ↵Sven Wischnowsky2002-01-101-0/+1
| | | | separate-sections style (16426)
* fixes for completion of signal names with SIG prefix and for completing ↵Sven Wischnowsky2002-01-071-3/+3
| | | | command names instead of pids (16406)
* 16398: updated zstyle completion and related cleanupOliver Kiddle2002-01-041-55/+118
|
* 16224: add -n option to kill and complete options from _killOliver Kiddle2001-11-062-4/+16
|
* 16197: `limit' accepts `unlimited'.Bart Schaefer2001-11-013-8/+17
|
* 16174: complete value of $TZOliver Kiddle2001-10-261-0/+2
|
* fix: make _describe handle (...) arguments correctly; use _file_descriptors ↵Sven Wischnowsky2001-10-192-3/+9
| | | | after -t in conditions; don't display empty descriptions in _file_descriptors (16085)
* add print -f option, %n format specifier and tests for print/printf (15973)Oliver Kiddle2001-10-081-6/+7
|
* make _cd use only one call to _alternative, including completions from ↵Sven Wischnowsky2001-10-051-16/+16
| | | | _tilde (using the named-directories tag) (15945)
* complete new [:ascii:] character classOliver Kiddle2001-09-111-1/+1
|
* Don't treat numbers as cd-able vars.Bart Schaefer2001-08-221-1/+1
|
* use _x_display when setting $DISPLAY and fix bug in enable completion (15594)Oliver Kiddle2001-08-072-1/+3
|
* do not complete aliases in equals expansion any more (15590)Oliver Kiddle2001-08-071-7/+1
|
* some more places where list-separator should be used (15485)Sven Wischnowsky2001-07-253-10/+15
|
* another fix for 15477 (separator strings); add list-separator style (15484)Sven Wischnowsky2001-07-252-2/+8
|
* add list-grouped option to make options and such be grouped together if they ↵Sven Wischnowsky2001-07-181-0/+1
| | | | 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 Wischnowsky2001-07-171-0/+5
|
* Return nonzero from _tilde on no matches.Bart Schaefer2001-07-021-1/+3
|
* Merge .distfiles change from 4.0.2 branch.Bart Schaefer2001-06-291-0/+1
|
* Improve completion for `cd' with cdablevars set; cleanup in _cd and _tilde ↵Sven Wischnowsky2001-06-282-24/+48
| | | | (15152)
* Completion for AUTO_CD.Bart Schaefer2001-06-213-2/+7
|
* Load tcp module, zfcd_match, zfget_match where necessary.Peter Stephenson2001-06-141-0/+2
|