index
:
zsh
debian
Debian zsh package experimental fork
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Completion
/
Base
Age
Commit message (
Expand
)
Author
Files
Lines
2001-04-02
moved from Completion/Core/_tags
Sven Wischnowsky
1
-0
/
+66
2001-04-02
moved from Completion/Core/_setup
Sven Wischnowsky
1
-0
/
+73
2001-04-02
moved from Completion/Core/_requested
Sven Wischnowsky
1
-0
/
+19
2001-04-02
moved from Completion/Core/_normal
Sven Wischnowsky
1
-0
/
+128
2001-04-02
moved from Completion/Core/_next_label
Sven Wischnowsky
1
-0
/
+25
2001-04-02
moved from Completion/Core/_message
Sven Wischnowsky
1
-0
/
+20
2001-04-02
moved from Completion/Core/_main_complete
Sven Wischnowsky
1
-0
/
+330
2001-04-02
moved from Completion/Core/_description
Sven Wischnowsky
1
-0
/
+70
2001-04-02
moved from Completion/Core/_all_labels
Sven Wischnowsky
1
-0
/
+43
2001-03-28
don't add options as completions if a `->state' action was used and we are di...
Sven Wischnowsky
1
-1
/
+2
2001-03-27
make _arguments return 300 only if given the -R option (13790)
Sven Wischnowsky
1
-9
/
+11
2001-03-27
comment out looking up the prefix-needed style when completing directory stac...
Sven Wischnowsky
1
-28
/
+2
2001-03-11
Various new, improved, fixed or updated functions (13600)
Oliver Kiddle
1
-1
/
+1
2001-03-08
Dist more files
Peter Stephenson
1
-0
/
+1
2001-02-26
some small functions for completing sub-commands (generic function, init scri...
Sven Wischnowsky
1
-0
/
+9
2000-10-10
add fake-parameters style to allow completing parameters which are not yet se...
Sven Wischnowsky
2
-5
/
+11
2000-08-10
add -g option to _parameters to restrict type of parameters completed (12583)
Oliver Kiddle
1
-1
/
+1
2000-08-02
12486: new completion caching layer
Adam Spiers
4
-3
/
+91
2000-08-02
if compcontext is an assoc, the keys are the completions and the values are t...
Sven Wischnowsky
1
-1
/
+1
2000-08-02
prefer user-defined specs over ones derived from --help output (12475)
Sven Wischnowsky
1
-1
/
+12
2000-08-01
fix for automatically recognised options, don't expect an argument after each...
Sven Wischnowsky
1
-2
/
+4
2000-08-01
make $compcontext more powerful and easier to use for simple cases (12449)
Sven Wischnowsky
2
-5
/
+7
2000-07-26
make `_arguments --' use specs after the `--' even for options not described ...
Sven Wischnowsky
1
-2
/
+7
2000-07-26
allow _value:<assoc> functions to override completion for all keys of an asso...
Sven Wischnowsky
1
-1
/
+7
2000-05-31
use compadd -[ak] (11549)
Sven Wischnowsky
7
-45
/
+78
2000-05-31
avoid reporting the same ->state more than once (11678)
Sven Wischnowsky
1
-9
/
+12
2000-05-30
_argument_sets removed from .distfile
Peter Stephenson
1
-1
/
+1
2000-05-30
fixes for _arguments without multiple sets; change completion test for empty ...
Sven Wischnowsky
1
-0
/
+1
2000-05-29
keep information about things to complete in _arguments (11631)
Sven Wischnowsky
1
-8
/
+6
2000-05-29
fixes for _arguments with sets; make _zpty not use sets (11624)
Sven Wischnowsky
1
-3
/
+3
2000-05-28
11618: Fix bad shift.
Bart Schaefer
1
-4
/
+4
2000-05-25
force listing in _complete_debug; make complist with list-scrolling stopt at ...
Sven Wischnowsky
1
-4
/
+11
2000-05-23
use `set -A' instead of `eval' in more places (11525)
Sven Wischnowsky
1
-1
/
+1
2000-05-22
11515: Fix infinite loop.
Bart Schaefer
1
-1
/
+1
2000-05-22
pat(-) in long-option patterns to say that argument should be completed only ...
Sven Wischnowsky
2
-131
/
+25
2000-05-19
don't use $match for something different than (#b)ackrefs (11464)
Sven Wischnowsky
1
-9
/
+10
2000-05-16
avoid tilde- and parameter-completion in quotes (11407)
Sven Wischnowsky
1
-0
/
+2
2000-05-16
make _arguments take the attempt to add matches as an indication not to do de...
Sven Wischnowsky
1
-3
/
+9
2000-05-15
add _in_vared for completion inside vared; make insert-tab default to `false'...
Sven Wischnowsky
2
-3
/
+31
2000-05-14
doc changes; typo in _jobs; integer builtin understands `-i base'
Peter Stephenson
1
-1
/
+1
2000-05-12
fix for completing options with `_arguments -s'; fix for _message to use `bui...
Sven Wischnowsky
1
-3
/
+7
2000-05-11
make _argument_sets add the options as defaults when there is nothing else to...
Sven Wischnowsky
2
-2
/
+7
2000-05-11
allow internally-mutually exclusive sets in _argument_sets; fixes for _argume...
Sven Wischnowsky
2
-11
/
+54
2000-05-09
Use _math for completing the let builtin
Oliver Kiddle
1
-8
/
+2
2000-05-09
option name clash in _arguments (11273)
Sven Wischnowsky
2
-4
/
+4
2000-05-09
fix for _arguments without options and no more arguments to complete (11272)
Sven Wischnowsky
1
-2
/
+4
2000-05-08
more problems with optional arguments in _arguments (11253)
Sven Wischnowsky
1
-4
/
+2
2000-05-08
11194, 11200, 11214
Peter Stephenson
1
-1
/
+1
2000-05-06
11236: Handle tabs between options and their descriptions when parsing --help.
Bart Schaefer
1
-4
/
+4
2000-05-06
11223: Completion/Base/_regex_arguments, Completion/Debian/_apt,
Tanaka Akira
1
-14
/
+1
[prev]
[next]