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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Completion
/
Zsh
/
Context
Commit message (
Expand
)
Author
Age
Files
Lines
*
34373, 34374: update completion of builtin commands, modifiers,
Oliver Kiddle
2015-01-25
2
-48
/
+64
*
33047: use git to simplify massively source distribution file selection
Peter Stephenson
2014-08-23
1
-17
/
+0
*
32303: simplistic completion after $x:
Peter Stephenson
2014-01-28
1
-0
/
+3
*
improved math context completion: functions
Peter Stephenson
2013-03-17
2
-2
/
+4
*
29459: Further fixes for parameter flag completion,
Peter Stephenson
2011-06-04
1
-1
/
+1
*
29452: allow completion of parameter flags
Peter Stephenson
2011-06-03
1
-0
/
+187
*
29438: complete dynamic directory names in command position
Mikael Magnusson
2011-06-03
1
-1
/
+1
*
fix completion funny with dynamic directories
Peter Stephenson
2011-03-11
1
-1
/
+1
*
users/15864: turn zsh_directory_name into a hook
Peter Stephenson
2011-03-11
1
-2
/
+10
*
28026: use "zsh_directory_name c" for completion of dynamic directory names
Peter Stephenson
2010-06-11
1
-5
/
+5
*
Mikael: 27981: complete (e) in subscript
Peter Stephenson
2010-05-31
1
-0
/
+2
*
Ben: 27589: improved -redirect
Peter Stephenson
2010-04-09
1
-5
/
+7
*
Bart: 26822: infinite loop in variable completion looking for subscript
Peter Stephenson
2009-04-07
1
-1
/
+1
*
unposted: off-by-one error looking for dynamic directory name in completion
Peter Stephenson
2008-10-02
1
-1
/
+1
*
25777: argument to gdbmsetfn()
Peter Stephenson
2008-09-30
1
-2
/
+3
*
25733: stub function for dynamic directory name completion
Peter Stephenson
2008-09-29
3
-1
/
+18
*
zcalc completion idiosyncracies with :!
Peter Stephenson
2008-06-13
1
-8
/
+6
*
improved zcalc escapes and completion
Peter Stephenson
2008-06-13
2
-4
/
+98
*
24806: more assoc subscript completion + typos
Peter Stephenson
2008-04-09
1
-1
/
+1
*
24804: fix quoting of assoc array subscripts in completion
Peter Stephenson
2008-04-09
1
-2
/
+4
*
24239: _subscript added too many backslashes
Peter Stephenson
2007-12-13
1
-1
/
+1
*
23783: use _path_commands.
Clint Adams
2007-08-19
1
-3
/
+1
*
21302: make sure expl is declared local in completion functions
Doug Kearns
2005-06-08
1
-0
/
+2
*
Fix typos in some descriptions.
Bart Schaefer
2004-06-24
1
-3
/
+3
*
fix bug where 0 was not returned when adding a named directory as a match
Oliver Kiddle
2003-04-18
1
-1
/
+1
*
fix out-of-date documentation for -value- completion and move description of
Oliver Kiddle
2003-02-25
1
-4
/
+4
*
add new sepcial context -assign-parameter- for completing the parameter in an...
Sven Wischnowsky
2002-07-01
2
-1
/
+4
*
make more calls to _message use the -e option (16988)
Sven Wischnowsky
2002-04-16
1
-1
/
+1
*
remove that -T option to compdef again and instead use comma-separated sub-co...
Sven Wischnowsky
2002-03-13
4
-30
/
+21
*
allow different sets of completion definitions selected with option -T to com...
Sven Wischnowsky
2002-03-04
5
-52
/
+53
*
16461: a number of minor completion function updates
Oliver Kiddle
2002-01-16
1
-0
/
+5
*
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
1
-0
/
+2
*
complete new [:ascii:] character class
Oliver Kiddle
2001-09-11
1
-1
/
+1
*
use _x_display when setting $DISPLAY and fix bug in enable completion (15594)
Oliver Kiddle
2001-08-07
1
-0
/
+2
*
do not complete aliases in equals expansion any more (15590)
Oliver Kiddle
2001-08-07
1
-7
/
+1
*
another fix for 15477 (separator strings); add list-separator style (15484)
Sven Wischnowsky
2001-07-25
1
-2
/
+3
*
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
1
-1
/
+1
*
Completion for AUTO_CD.
Bart Schaefer
2001-06-21
1
-0
/
+5
*
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
*
new or changed after move
Sven Wischnowsky
2001-04-02
1
-0
/
+6
*
moved from Completion/Base/_value
Sven Wischnowsky
2001-04-02
1
-0
/
+61
*
moved from Completion/Base/_tilde
Sven Wischnowsky
2001-04-02
1
-0
/
+30
*
moved from Completion/Base/_subscript
Sven Wischnowsky
2001-04-02
1
-0
/
+62
[next]