index
:
mirror/zsh
this commit
#CVSPS.NO.BRANCH
5.9
declarednull
dot-zsh-3.1.5-pws-14
dot-zsh-3.1.5-pws-17
dot-zsh-3.1.5-pws-19
fork_early
interrupt_abort
job_control_debug
job_control_debug2
master
mikachu/badarrays
mikachu/redrawhook
schaefer/badarrays
typeset-array
zsh
zsh-3.1.5-pws-16-patches
zsh-4.0-patches
zsh-4.2-patches
zsh-5.8-patches
mirror of git://git.code.sf.net/p/zsh/code
Leah Neukirchen
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Completion
/
Zsh
Commit message (
Expand
)
Author
Age
Files
Lines
*
rename max-match-length style to max-matches-width (17213)
Sven Wischnowsky
2002-05-23
1
-3
/
+3
*
allow users to give the maximum number of display-columns the matches should ...
Sven Wischnowsky
2002-05-14
1
-0
/
+5
*
make more calls to _message use the -e option (16988)
Sven Wischnowsky
2002-04-16
5
-13
/
+13
*
16913: fix completion after compdef -a and correct typos
Oliver Kiddle
2002-03-27
1
-4
/
+5
*
16842: resolve name clash for nc between netcat and the nedit client for
Oliver Kiddle
2002-03-15
1
-1
/
+1
*
remove that -T option to compdef again and instead use comma-separated sub-co...
Sven Wischnowsky
2002-03-13
5
-46
/
+59
*
allow different sets of completion definitions selected with option -T to com...
Sven Wischnowsky
2002-03-04
6
-52
/
+54
*
16748: Fix infinite loop introduced by 16464.
Bart Schaefer
2002-03-01
1
-1
/
+1
*
16619, 16676: add -c, -l and -p options to the dirs builtin
Oliver Kiddle
2002-02-20
2
-1
/
+9
*
fixlet to avoid an empty string in an array; cause completion after cd withou...
Sven Wischnowsky
2002-01-30
1
-0
/
+2
*
slight improvement for 16500 to allow completion after ./<TAB> in all cases (...
Sven Wischnowsky
2002-01-28
1
-6
/
+1
*
16500: don't complete executable files in the current directory if "." is not...
Clint Adams
2002-01-27
1
-1
/
+10
*
use pager style instead of $EDITOR and fix bad substitution in exclusion lists
Oliver Kiddle
2002-01-17
2
-34
/
+31
*
16461: a number of minor completion function updates
Oliver Kiddle
2002-01-16
2
-1
/
+19
*
allow manual pages to be shown separated by section with new separate-section...
Sven Wischnowsky
2002-01-10
1
-0
/
+1
*
fixes for completion of signal names with SIG prefix and for completing comma...
Sven Wischnowsky
2002-01-07
1
-3
/
+3
*
16398: updated zstyle completion and related cleanup
Oliver Kiddle
2002-01-04
1
-55
/
+118
*
16224: add -n option to kill and complete options from _kill
Oliver Kiddle
2001-11-06
2
-4
/
+16
*
16197: `limit' accepts `unlimited'.
Bart Schaefer
2001-11-01
3
-8
/
+17
*
16174: complete value of $TZ
Oliver Kiddle
2001-10-26
1
-0
/
+2
*
fix: make _describe handle (...) arguments correctly; use _file_descriptors a...
Sven Wischnowsky
2001-10-19
2
-3
/
+9
*
add print -f option, %n format specifier and tests for print/printf (15973)
Oliver Kiddle
2001-10-08
1
-6
/
+7
*
make _cd use only one call to _alternative, including completions from _tilde...
Sven Wischnowsky
2001-10-05
1
-16
/
+16
*
complete new [:ascii:] character class
Oliver Kiddle
2001-09-11
1
-1
/
+1
*
Don't treat numbers as cd-able vars.
Bart Schaefer
2001-08-22
1
-1
/
+1
*
use _x_display when setting $DISPLAY and fix bug in enable completion (15594)
Oliver Kiddle
2001-08-07
2
-1
/
+3
*
do not complete aliases in equals expansion any more (15590)
Oliver Kiddle
2001-08-07
1
-7
/
+1
*
some more places where list-separator should be used (15485)
Sven Wischnowsky
2001-07-25
3
-10
/
+15
*
another fix for 15477 (separator strings); add list-separator style (15484)
Sven Wischnowsky
2001-07-25
2
-2
/
+8
*
add list-grouped option to make options and such be grouped together if they ...
Sven Wischnowsky
2001-07-18
1
-0
/
+1
*
add preserve-prefix style to keep pathname prefix unchanged (15400)
Sven Wischnowsky
2001-07-17
1
-0
/
+5
*
Return nonzero from _tilde on no matches.
Bart Schaefer
2001-07-02
1
-1
/
+3
*
Merge .distfiles change from 4.0.2 branch.
Bart Schaefer
2001-06-29
1
-0
/
+1
*
Improve completion for `cd' with cdablevars set; cleanup in _cd and _tilde (1...
Sven Wischnowsky
2001-06-28
2
-24
/
+48
*
Completion for AUTO_CD.
Bart Schaefer
2001-06-21
3
-2
/
+7
*
Load tcp module, zfcd_match, zfget_match where necessary.
Peter Stephenson
2001-06-14
1
-0
/
+2
*
don't complete read-only parameters on the left side of an assignment (14896)
Oliver Kiddle
2001-06-13
1
-1
/
+1
*
update _pine for pine 4.33, add echoti completion and update _echotc (14567)
Oliver Kiddle
2001-05-30
3
-4
/
+7
*
spelling corrections
Oliver Kiddle
2001-05-29
3
-3
/
+3
*
make use of _arguments in _set (14409)
Oliver Kiddle
2001-05-21
1
-7
/
+23
*
Remove unnecessary '*' from pattern.
Bart Schaefer
2001-05-08
1
-1
/
+1
*
match `scalar*' not `scalar' when checking parameter type (14256)
Oliver Kiddle
2001-05-08
1
-1
/
+1
*
Improve handling of b/n/s subscript flags.
Bart Schaefer
2001-05-06
1
-1
/
+25
*
Fix subscript flag descriptions
Bart Schaefer
2001-05-05
1
-10
/
+11
*
complete subscript flags (14227)
Oliver Kiddle
2001-05-04
1
-1
/
+30
*
update bindkey completion for bindkey changes in 14046 (14219)
Oliver Kiddle
2001-05-04
1
-3
/
+3
*
remove SUFFIX-handling, it's in _tilde and only needed there (13997)
Sven Wischnowsky
2001-04-17
1
-10
/
+2
*
avoid appending a / when called from _cd (13958)
Oliver Kiddle
2001-04-12
1
-3
/
+2
*
add _arguments based completion for alias and jobs (13947)
Oliver Kiddle
2001-04-12
1
-1
/
+1
*
Don't append a / when completing after [-+]*.
Bart Schaefer
2001-04-11
1
-3
/
+4
[next]