summaryrefslogtreecommitdiff
path: root/Completion/Zsh/Command
AgeCommit message (Collapse)AuthorFilesLines
2003-09-0319019: only complete aliases of the appropriate type for the alias builtinOliver Kiddle2-9/+13
2003-09-0319014: add alias -s suf=handlerPeter Stephenson1-1/+1
2003-07-0918839/18840: Completion for nicePeter Stephenson1-1/+1
2003-06-2518631: returning too early breaks prefix-needed style set to falseOliver Kiddle3-18/+24
2003-04-2518472: spelling correctionsOliver Kiddle1-1/+1
2003-02-1718242: add -d option to read for specifying delimiter to terminate inputOliver Kiddle1-0/+1
2003-02-1318237: complete -t option to readOliver Kiddle1-2/+3
2003-01-1718121: add new function for completing e-mail addressesOliver Kiddle1-1/+4
2003-01-0718060: document zmv's -W option and add zmv completionOliver Kiddle2-1/+19
2002-11-2217958: -u and -v options were missingOliver Kiddle1-0/+2
2002-11-2217958: with new argument parsing, -k can be imediately followed by argOliver Kiddle1-1/+1
2002-11-2217958: update print completion for new print options in 17940Oliver Kiddle1-2/+4
2002-09-1617682: add support for -H and -p in typeset completionOliver Kiddle1-31/+36
2002-08-2317573: complete new -s option to readOliver Kiddle1-5/+6
2002-06-26two new modes for menu selection: incremental search and interactive (17366)Sven Wischnowsky1-1/+2
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/+5
take up via the style currently named max-match-length (17147)
2002-04-16make more calls to _message use the -e option (16988)Sven Wischnowsky4-12/+12
2002-03-2716913: fix completion after compdef -a and correct typosOliver Kiddle1-4/+5
2002-03-1516842: resolve name clash for nc between netcat and the nedit client forOliver Kiddle1-1/+1
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-16/+38
sub-contexts both for function and style lookup (16819)
2002-03-04allow different sets of completion definitions selected with option -T to ↵Sven Wischnowsky1-0/+1
compdef; use this for parameter values and redirections (16755)
2002-03-0116748: Fix infinite loop introduced by 16464.Bart Schaefer1-1/+1
2002-02-2016619, 16676: add -c, -l and -p options to the dirs builtinOliver Kiddle2-1/+9
2002-01-30fixlet to avoid an empty string in an array; cause completion after cd ↵Sven Wischnowsky1-0/+2
without any matches to not report that there were no matches (16515)
2002-01-17use pager style instead of $EDITOR and fix bad substitution in exclusion listsOliver Kiddle2-34/+31
2002-01-1616461: a number of minor completion function updatesOliver Kiddle1-1/+14
2002-01-10allow manual pages to be shown separated by section with new ↵Sven Wischnowsky1-0/+1
separate-sections style (16426)
2002-01-07fixes for completion of signal names with SIG prefix and for completing ↵Sven Wischnowsky1-3/+3
command names instead of pids (16406)
2002-01-0416398: updated zstyle completion and related cleanupOliver Kiddle1-55/+118
2001-11-0616224: add -n option to kill and complete options from _killOliver Kiddle2-4/+16
2001-11-0116197: `limit' accepts `unlimited'.Bart Schaefer2-7/+16
2001-10-08add print -f option, %n format specifier and tests for print/printf (15973)Oliver Kiddle1-6/+7
2001-10-05make _cd use only one call to _alternative, including completions from ↵Sven Wischnowsky1-16/+16
_tilde (using the named-directories tag) (15945)
2001-08-22Don't treat numbers as cd-able vars.Bart Schaefer1-1/+1
2001-08-07use _x_display when setting $DISPLAY and fix bug in enable completion (15594)Oliver Kiddle1-1/+1
2001-07-25another fix for 15477 (separator strings); add list-separator style (15484)Sven Wischnowsky1-0/+5
2001-07-18add list-grouped option to make options and such be grouped together if they ↵Sven Wischnowsky1-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)
2001-07-17add preserve-prefix style to keep pathname prefix unchanged (15400)Sven Wischnowsky1-0/+5
2001-06-28Improve completion for `cd' with cdablevars set; cleanup in _cd and _tilde ↵Sven Wischnowsky1-23/+47
(15152)
2001-06-21Completion for AUTO_CD.Bart Schaefer1-1/+1
2001-06-14Load tcp module, zfcd_match, zfget_match where necessary.Peter Stephenson1-0/+2
2001-05-30update _pine for pine 4.33, add echoti completion and update _echotc (14567)Oliver Kiddle3-4/+7
2001-05-29spelling correctionsOliver Kiddle3-3/+3
2001-05-21make use of _arguments in _set (14409)Oliver Kiddle1-7/+23
2001-05-04update bindkey completion for bindkey changes in 14046 (14219)Oliver Kiddle1-3/+3
2001-04-12add _arguments based completion for alias and jobs (13947)Oliver Kiddle1-1/+1
2001-04-11add _arguments based completion for alias and jobs (13947)Oliver Kiddle3-5/+23
2001-04-03new completion functionsOliver Kiddle4-0/+34
2001-04-02after-move cleanupSven Wischnowsky1-6/+6