index
:
zsh
debian
Debian zsh package experimental fork
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Completion
/
Base
/
Completer
Age
Commit message (
Expand
)
Author
Files
Lines
2014-10-02
33320 (cf. PWS 33311): revert 33069, fix lexing of bangchar during completion
Barton E. Schaefer
1
-2
/
+0
2014-08-30
33069: remove internal quoting before lookup when expanding aliases in an unq...
Barton E. Schaefer
1
-0
/
+2
2014-08-23
33047: use git to simplify massively source distribution file selection
Peter Stephenson
1
-16
/
+0
2014-08-10
unposted: updates for 5.0.5-dev-1 and subsequent 5.0.6 release
Peter Stephenson
1
-0
/
+1
2014-03-03
32441: add completer for file extensions
Oliver Kiddle
1
-0
/
+33
2014-02-25
users/18498: observe add-space style in _expand_alias so suffix can be disabled
Oliver Kiddle
1
-2
/
+3
2013-12-28
32186: fix bad backreference; handle glob patterns with backslashed quotes
Barton E. Schaefer
1
-2
/
+2
2012-09-03
users/12713: returning REPLY to _user_expand sets description for expansion
Peter Stephenson
1
-6
/
+7
2011-05-27
29384: Add _comp_caller_options
Mikael Magnusson
1
-1
/
+1
2010-03-15
Mikael: 27797: delimit arguments to compadd in _expand_alias
Peter Stephenson
1
-1
/
+1
2009-03-25
26783: new _user_expand completer
Peter Stephenson
2
-3
/
+155
2007-10-11
23934: cleveren _expand_alias for "foo" -> "foo blah" expansions
Peter Stephenson
1
-1
/
+16
2007-09-18
users/11852: _expand_alias removed quotes from aliases incorrectly
Peter Stephenson
1
-1
/
+4
2007-05-30
23495: fix fall out from (R) change in completion system
Peter Stephenson
2
-4
/
+12
2006-03-08
Briefly enable aliases for one of the evals so that the expansion
Wayne Davison
1
-0
/
+2
2005-03-21
21046: make unfunction compadd more reliable
Peter Stephenson
1
-3
/
+15
2005-01-21
20730: fix suffix style to regard quoted special characters as not special
Oliver Kiddle
1
-1
/
+1
2004-09-16
20364: use $WIDGETSTYLE in _oldlist
Peter Stephenson
1
-3
/
+3
2004-08-07
20236: fix problem with keep-prefix style where a modifier removes the prefix
Oliver Kiddle
1
-2
/
+3
2003-12-05
19276: fix fallback used to get completer list if the style lookup failed
Oliver Kiddle
1
-2
/
+2
2003-07-09
18841: work around problem which caused the whole word to be removed
Oliver Kiddle
1
-1
/
+5
2003-07-07
18822: fix accept-exact style not not bail out when it shouldn't and add a
Oliver Kiddle
1
-6
/
+11
2002-04-04
add original string as match (like in _approximate)
Oliver Kiddle
1
-3
/
+14
2002-04-04
16923: add insert style for inserting matches instead of adding them as a match
Oliver Kiddle
1
-2
/
+6
2002-03-13
remove that -T option to compdef again and instead use comma-separated sub-co...
Sven Wischnowsky
1
-3
/
+3
2002-03-04
allow different sets of completion definitions selected with option -T to com...
Sven Wischnowsky
1
-4
/
+4
2002-01-22
add new generic fake style and changes to the C-code for that (different impl...
Sven Wischnowsky
1
-1
/
+1
2002-01-21
allow arguments to be given to functions used by compdef (actually, the strin...
Sven Wischnowsky
1
-5
/
+5
2002-01-07
fixes for completion of signal names with SIG prefix and for completing comma...
Sven Wischnowsky
1
-2
/
+2
2001-08-20
undo most of 15650, do that in shell code (15669)
Sven Wischnowsky
1
-5
/
+6
2001-08-16
15638
Sven Wischnowsky
1
-1
/
+2
2001-08-07
make _dd not use already used specs; fix for selecting stuff to complete in _...
Sven Wischnowsky
1
-1
/
+6
2001-07-10
(15357)
Sven Wischnowsky
1
-2
/
+8
2001-05-29
spelling corrections
Oliver Kiddle
2
-2
/
+2
2001-05-29
use `eval $_comp_setup' in all entry points of the completion system to not o...
Sven Wischnowsky
1
-1
/
+1
2001-05-15
(14350)
Sven Wischnowsky
1
-2
/
+25
2001-05-09
insert redirection operators when expanding after one (14281)
Oliver Kiddle
1
-11
/
+12
2001-05-02
missing star in suffix-style test pattern (14197)
Sven Wischnowsky
1
-1
/
+1
2001-04-30
fixelt for the test for the suffix style; if word contains only a tilde, don'...
Sven Wischnowsky
1
-1
/
+1
2001-04-27
try to improve testing for suffix style in _expand; make _path_files fail to ...
Sven Wischnowsky
1
-1
/
+6
2001-04-27
Use trap for unfunction compadd in _approximate.
Bart Schaefer
1
-4
/
+2
2001-04-26
make keep-prefix keep everything up to the first component with a parameter e...
Sven Wischnowsky
1
-3
/
+9
2001-04-02
new or changed after move
Sven Wischnowsky
1
-0
/
+6
2001-04-02
moved from Completion/Core/_prefix
Sven Wischnowsky
1
-0
/
+53
2001-04-02
moved from Completion/Core/_oldlist
Sven Wischnowsky
1
-0
/
+57
2001-04-02
moved from Completion/Core/_menu
Sven Wischnowsky
1
-0
/
+23
2001-04-02
moved from Completion/Core/_match
Sven Wischnowsky
1
-0
/
+70
2001-04-02
moved from Completion/Core/_list
Sven Wischnowsky
1
-0
/
+37
2001-04-02
moved from Completion/Core/_ignored
Sven Wischnowsky
1
-0
/
+64
2001-04-02
moved from Completion/Core/_history
Sven Wischnowsky
1
-0
/
+60
[next]