summaryrefslogtreecommitdiff
path: root/Completion/Zsh
AgeCommit message (Expand)AuthorFilesLines
2004-05-01 * 19863: Completion/Zsh/Type/_command_names, Doc/Zsh/compsys.yo:Clint Adams1-0/+8
2004-04-28 * 19845: Completion/Debian/Command/_apt-move: apt-moveClint Adams1-7/+7
2004-04-2019767, 19785: store flags for -z and -k options to autoload allowing theOliver Kiddle3-37/+48
2004-04-1719790: complete functions after -a and allow multiple -z/-k optionsOliver Kiddle1-14/+17
2004-03-1719648: complete -t and -n optionsOliver Kiddle1-10/+13
2004-01-2119387: add (-.) glob qualifier to globs where only files are directly applicableOliver Kiddle2-2/+2
2004-01-1419364: new completions for aptitude, getent and catcgsegvOliver Kiddle1-1/+1
2003-11-1419244: various completion function fixes and updatesOliver Kiddle2-2/+2
2003-09-0319021: in command position, try to complete directories once and once onlyOliver Kiddle1-2/+3
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 Stephenson5-2/+27
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-04-18fix bug where 0 was not returned when adding a named directory as a matchOliver Kiddle1-1/+1
2003-02-25fix out-of-date documentation for -value- completion and move description ofOliver Kiddle1-4/+4
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-07-01add new sepcial context -assign-parameter- for completing the parameter in an...Sven Wischnowsky2-1/+4
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
2002-04-16make more calls to _message use the -e option (16988)Sven Wischnowsky5-13/+13
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
2002-03-13remove that -T option to compdef again and instead use comma-separated sub-co...Sven Wischnowsky5-46/+59
2002-03-04allow different sets of completion definitions selected with option -T to com...Sven Wischnowsky6-52/+54
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 withou...Sven Wischnowsky1-0/+2
2002-01-28slight improvement for 16500 to allow completion after ./<TAB> in all cases (...Sven Wischnowsky1-6/+1
2002-01-2716500: don't complete executable files in the current directory if "." is not...Clint Adams1-1/+10
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 Kiddle2-1/+19
2002-01-10allow manual pages to be shown separated by section with new separate-section...Sven Wischnowsky1-0/+1
2002-01-07fixes for completion of signal names with SIG prefix and for completing comma...Sven Wischnowsky1-3/+3
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 Schaefer3-8/+17
2001-10-2616174: complete value of $TZOliver Kiddle1-0/+2
2001-10-19fix: make _describe handle (...) arguments correctly; use _file_descriptors a...Sven Wischnowsky2-3/+9
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 _tilde...Sven Wischnowsky1-16/+16