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
/
Base
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
moved from Completion/Base/_arguments
Sven Wischnowsky
2001-04-02
1
-0
/
+409
*
moved to Completion/Base/Utility/_arguments
Sven Wischnowsky
2001-04-02
1
-409
/
+0
*
moved from Completion/Base/_arg_compile
Sven Wischnowsky
2001-04-02
1
-0
/
+199
*
moved to Completion/Base/Utility/_arg_compile
Sven Wischnowsky
2001-04-02
1
-199
/
+0
*
moved from Completion/Core/_prefix
Sven Wischnowsky
2001-04-02
1
-0
/
+53
*
moved from Completion/Core/_oldlist
Sven Wischnowsky
2001-04-02
1
-0
/
+57
*
moved from Completion/Core/_menu
Sven Wischnowsky
2001-04-02
1
-0
/
+23
*
moved from Completion/Core/_match
Sven Wischnowsky
2001-04-02
1
-0
/
+70
*
moved from Completion/Core/_list
Sven Wischnowsky
2001-04-02
1
-0
/
+37
*
moved from Completion/Core/_ignored
Sven Wischnowsky
2001-04-02
1
-0
/
+64
*
moved from Completion/Core/_history
Sven Wischnowsky
2001-04-02
1
-0
/
+60
*
moved from Completion/Core/_expand_alias
Sven Wischnowsky
2001-04-02
1
-0
/
+48
*
moved from Completion/Core/_expand
Sven Wischnowsky
2001-04-02
1
-0
/
+185
*
moved from Completion/Core/_correct
Sven Wischnowsky
2001-04-02
1
-0
/
+19
*
moved from Completion/Core/_complete
Sven Wischnowsky
2001-04-02
1
-0
/
+144
*
moved from Completion/Core/_approximate
Sven Wischnowsky
2001-04-02
1
-0
/
+108
*
moved from Completion/Core/_all_matches
Sven Wischnowsky
2001-04-02
1
-0
/
+43
*
moved from Completion/Core/_wanted
Sven Wischnowsky
2001-04-02
1
-0
/
+26
*
moved from Completion/Core/_tags
Sven Wischnowsky
2001-04-02
1
-0
/
+66
*
moved from Completion/Core/_setup
Sven Wischnowsky
2001-04-02
1
-0
/
+73
*
moved from Completion/Core/_requested
Sven Wischnowsky
2001-04-02
1
-0
/
+19
*
moved from Completion/Core/_normal
Sven Wischnowsky
2001-04-02
1
-0
/
+128
*
moved from Completion/Core/_next_label
Sven Wischnowsky
2001-04-02
1
-0
/
+25
*
moved from Completion/Core/_message
Sven Wischnowsky
2001-04-02
1
-0
/
+20
*
moved from Completion/Core/_main_complete
Sven Wischnowsky
2001-04-02
1
-0
/
+330
*
moved from Completion/Core/_description
Sven Wischnowsky
2001-04-02
1
-0
/
+70
*
moved from Completion/Core/_all_labels
Sven Wischnowsky
2001-04-02
1
-0
/
+43
*
don't add options as completions if a `->state' action was used and we are di...
Sven Wischnowsky
2001-03-28
1
-1
/
+2
*
make _arguments return 300 only if given the -R option (13790)
Sven Wischnowsky
2001-03-27
1
-9
/
+11
*
comment out looking up the prefix-needed style when completing directory stac...
Sven Wischnowsky
2001-03-27
1
-28
/
+2
*
Various new, improved, fixed or updated functions (13600)
Oliver Kiddle
2001-03-11
1
-1
/
+1
*
Dist more files
zsh-4.0.2-pre-2
Peter Stephenson
2001-03-08
1
-0
/
+1
*
some small functions for completing sub-commands (generic function, init scri...
Sven Wischnowsky
2001-02-26
1
-0
/
+9
*
add fake-parameters style to allow completing parameters which are not yet se...
Sven Wischnowsky
2000-10-10
2
-5
/
+11
*
add -g option to _parameters to restrict type of parameters completed (12583)
Oliver Kiddle
2000-08-10
1
-1
/
+1
*
12486: new completion caching layer
Adam Spiers
2000-08-02
4
-3
/
+91
*
if compcontext is an assoc, the keys are the completions and the values are t...
Sven Wischnowsky
2000-08-02
1
-1
/
+1
*
prefer user-defined specs over ones derived from --help output (12475)
Sven Wischnowsky
2000-08-02
1
-1
/
+12
*
fix for automatically recognised options, don't expect an argument after each...
Sven Wischnowsky
2000-08-01
1
-2
/
+4
*
make $compcontext more powerful and easier to use for simple cases (12449)
Sven Wischnowsky
2000-08-01
2
-5
/
+7
*
make `_arguments --' use specs after the `--' even for options not described ...
Sven Wischnowsky
2000-07-26
1
-2
/
+7
*
allow _value:<assoc> functions to override completion for all keys of an asso...
Sven Wischnowsky
2000-07-26
1
-1
/
+7
*
use compadd -[ak] (11549)
Sven Wischnowsky
2000-05-31
7
-45
/
+78
*
avoid reporting the same ->state more than once (11678)
Sven Wischnowsky
2000-05-31
1
-9
/
+12
*
_argument_sets removed from .distfile
Peter Stephenson
2000-05-30
1
-1
/
+1
*
fixes for _arguments without multiple sets; change completion test for empty ...
Sven Wischnowsky
2000-05-30
1
-0
/
+1
*
keep information about things to complete in _arguments (11631)
Sven Wischnowsky
2000-05-29
1
-8
/
+6
*
fixes for _arguments with sets; make _zpty not use sets (11624)
Sven Wischnowsky
2000-05-29
1
-3
/
+3
*
11618: Fix bad shift.
Bart Schaefer
2000-05-28
1
-4
/
+4
*
force listing in _complete_debug; make complist with list-scrolling stopt at ...
Sven Wischnowsky
2000-05-25
1
-4
/
+11
[prev]
[next]