about summary refs log tree commit diff
path: root/Completion/Zsh
Commit message (Expand)AuthorAgeFilesLines
...
* slight improvement for 16500 to allow completion after ./<TAB> in all cases (...Sven Wischnowsky2002-01-281-6/+1
* 16500: don't complete executable files in the current directory if "." is not...Clint Adams2002-01-271-1/+10
* 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 separate-section...Sven Wischnowsky2002-01-101-0/+1
* fixes for completion of signal names with SIG prefix and for completing comma...Sven Wischnowsky2002-01-071-3/+3
* 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 a...Sven Wischnowsky2001-10-192-3/+9
* 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 _tilde...Sven Wischnowsky2001-10-051-16/+16
* 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
* 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 (1...Sven Wischnowsky2001-06-282-24/+48
* 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
* don't complete read-only parameters on the left side of an assignment (14896)Oliver Kiddle2001-06-131-1/+1
* update _pine for pine 4.33, add echoti completion and update _echotc (14567)Oliver Kiddle2001-05-303-4/+7
* spelling correctionsOliver Kiddle2001-05-293-3/+3
* make use of _arguments in _set (14409)Oliver Kiddle2001-05-211-7/+23
* Remove unnecessary '*' from pattern.Bart Schaefer2001-05-081-1/+1
* match `scalar*' not `scalar' when checking parameter type (14256)Oliver Kiddle2001-05-081-1/+1
* Improve handling of b/n/s subscript flags.Bart Schaefer2001-05-061-1/+25
* Fix subscript flag descriptionsBart Schaefer2001-05-051-10/+11
* complete subscript flags (14227)Oliver Kiddle2001-05-041-1/+30
* update bindkey completion for bindkey changes in 14046 (14219)Oliver Kiddle2001-05-041-3/+3
* remove SUFFIX-handling, it's in _tilde and only needed there (13997)Sven Wischnowsky2001-04-171-10/+2
* avoid appending a / when called from _cd (13958)Oliver Kiddle2001-04-121-3/+2
* add _arguments based completion for alias and jobs (13947)Oliver Kiddle2001-04-121-1/+1
* Don't append a / when completing after [-+]*.Bart Schaefer2001-04-111-3/+4
* add _arguments based completion for alias and jobs (13947)Oliver Kiddle2001-04-115-7/+25
* new completion functionsOliver Kiddle2001-04-035-1/+35
* after-move cleanupSven Wischnowsky2001-04-021-6/+6
* new _zedSven Wischnowsky2001-04-021-0/+7
* new or changed after moveSven Wischnowsky2001-04-024-0/+25
* moved from Completion/Builtins/_vars_eqSven Wischnowsky2001-04-021-0/+70
* moved from Completion/User/_promptSven Wischnowsky2001-04-021-0/+9
* moved from Completion/User/_mereSven Wischnowsky2001-04-021-0/+3
* moved from Completion/Builtins/_zstyleSven Wischnowsky2001-04-021-0/+320
* moved from Completion/Builtins/_zptySven Wischnowsky2001-04-021-0/+58