summaryrefslogtreecommitdiff
path: root/Completion/Base
AgeCommit message (Collapse)AuthorFilesLines
2000-08-10add -g option to _parameters to restrict type of parameters completed (12583)Oliver Kiddle1-1/+1
2000-08-0212486: new completion caching layerAdam Spiers4-3/+91
2000-08-02if compcontext is an assoc, the keys are the completions and the values are ↵Sven Wischnowsky1-1/+1
their descriptions (12483)
2000-08-02prefer user-defined specs over ones derived from --help output (12475)Sven Wischnowsky1-1/+12
2000-08-01fix for automatically recognised options, don't expect an argument after ↵Sven Wischnowsky1-2/+4
each of them (12462)
2000-08-01make $compcontext more powerful and easier to use for simple cases (12449)Sven Wischnowsky2-5/+7
2000-07-26make `_arguments --' use specs after the `--' even for options not described ↵Sven Wischnowsky1-2/+7
in the help output to get arguments (12378)
2000-07-26allow _value:<assoc> functions to override completion for all keys of an ↵Sven Wischnowsky1-1/+7
assoc (3337)
2000-05-31use compadd -[ak] (11549)Sven Wischnowsky7-45/+78
2000-05-31avoid reporting the same ->state more than once (11678)Sven Wischnowsky1-9/+12
2000-05-30_argument_sets removed from .distfilePeter Stephenson1-1/+1
2000-05-30fixes for _arguments without multiple sets; change completion test for empty ↵Sven Wischnowsky1-0/+1
actions (11647)
2000-05-29keep information about things to complete in _arguments (11631)Sven Wischnowsky1-8/+6
2000-05-29fixes for _arguments with sets; make _zpty not use sets (11624)Sven Wischnowsky1-3/+3
2000-05-2811618: Fix bad shift.Bart Schaefer1-4/+4
2000-05-25force listing in _complete_debug; make complist with list-scrolling stopt at ↵Sven Wischnowsky1-4/+11
the end of the list when prompt would scroll it out; fix _in_vared to handle `foo[bar]' (11565)
2000-05-23use `set -A' instead of `eval' in more places (11525)Sven Wischnowsky1-1/+1
2000-05-2211515: Fix infinite loop.Bart Schaefer1-1/+1
2000-05-22pat(-) in long-option patterns to say that argument should be completed only ↵Sven Wischnowsky2-131/+25
after the `='; merge _arguments and _argument_sets; slightly better test when not to complete options (11489)
2000-05-19don't use $match for something different than (#b)ackrefs (11464)Sven Wischnowsky1-9/+10
2000-05-16avoid tilde- and parameter-completion in quotes (11407)Sven Wischnowsky1-0/+2
2000-05-16make _arguments take the attempt to add matches as an indication not to do ↵Sven Wischnowsky1-3/+9
default option-completion (11406)
2000-05-15add _in_vared for completion inside vared; make insert-tab default to ↵Sven Wischnowsky2-3/+31
`false' there
2000-05-14doc changes; typo in _jobs; integer builtin understands `-i base'Peter Stephenson1-1/+1
2000-05-12fix for completing options with `_arguments -s'; fix for _message to use ↵Sven Wischnowsky1-3/+7
`builtin compadd' (11349)
2000-05-11make _argument_sets add the options as defaults when there is nothing else ↵Sven Wischnowsky2-2/+7
to complete (11324)
2000-05-11allow internally-mutually exclusive sets in _argument_sets; fixes for ↵Sven Wischnowsky2-11/+54
_argument_sets and the C-code for it (11320)
2000-05-09Use _math for completing the let builtinOliver Kiddle1-8/+2
2000-05-09option name clash in _arguments (11273)Sven Wischnowsky2-4/+4
2000-05-09fix for _arguments without options and no more arguments to complete (11272)Sven Wischnowsky1-2/+4
2000-05-08more problems with optional arguments in _arguments (11253)Sven Wischnowsky1-4/+2
2000-05-0811194, 11200, 11214Peter Stephenson1-1/+1
2000-05-0611236: Handle tabs between options and their descriptions when parsing --help.Bart Schaefer1-4/+4
2000-05-0611223: Completion/Base/_regex_arguments, Completion/Debian/_apt,Tanaka Akira1-14/+1
Completion/X/_xset, Completion/X/_xwit, Doc/Zsh/compsys.yo: _regex_arguments use _alternative.
2000-05-0411166: Completion/Base/_regex_arguments: remove debugging code.Tanaka Akira1-2/+1
2000-05-0411165: Completion/Base/_regex_arguments, Completion/Debian/_apt,Tanaka Akira1-352/+63
Completion/X/_xset, Completion/X/_xwit, Doc/Zsh/compsys.yo, Src/Modules/zutil.c: _regex_arguments support tag stuff.
2000-05-03make sure that completion messages are displayed even when there are no ↵Sven Wischnowsky1-1/+1
matches (11092)
2000-05-02completion cleanup, mostly _wanted and $expl (11049)Sven Wischnowsky2-6/+7
2000-05-02make completion-in-vared complete parameter values as default; cleanup for ↵Sven Wischnowsky1-23/+0
_path_files (11048)
2000-04-27ensure $PWD is prepended to cache-names for long options in _arguments (10974)Sven Wischnowsky1-1/+1
2000-04-27fix for automatic option-argument completion with partially typed option in ↵Sven Wischnowsky1-3/+2
_arguments (10967)
2000-04-25small fix for _requested to be able to use _all_labels from within it (10910)Sven Wischnowsky1-0/+1
2000-04-25make _arguments use more than one action when appropriate; add ↵Sven Wischnowsky4-68/+153
_argument_sets to complete different sets of arguments and options for the same command (10908)
2000-04-18change suffix added when completing an assigned value (10807)Sven Wischnowsky1-2/+2
2000-04-17better completion after `=', everywhere (10780)Sven Wischnowsky2-5/+35
2000-04-11_wanted now tests both tags and labels; change places where _wanted was ↵Sven Wischnowsky7-48/+97
called without a command; allow multiple patterns per string in file-patterns; update _next_tags to work with labels (10632)
2000-04-07make sure caller-supplied explanation takes precedence (10579)Sven Wischnowsky2-4/+6
2000-04-05support automatically inserted dummy in $wordsSven Wischnowsky1-0/+6
2000-04-01Updated from list as far as 10376Peter Stephenson7-766/+575
1999-11-14zsh-workers:8631Tanaka Akira1-3/+0