| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | use `set -A' instead of `eval' in more places (11525) | Sven Wischnowsky | 2000-05-23 | 1 | -1/+1 |
* | 11515: Fix infinite loop. | Bart Schaefer | 2000-05-22 | 1 | -1/+1 |
* | pat(-) in long-option patterns to say that argument should be completed only ... | Sven Wischnowsky | 2000-05-22 | 2 | -131/+25 |
* | don't use $match for something different than (#b)ackrefs (11464) | Sven Wischnowsky | 2000-05-19 | 1 | -9/+10 |
* | avoid tilde- and parameter-completion in quotes (11407) | Sven Wischnowsky | 2000-05-16 | 1 | -0/+2 |
* | make _arguments take the attempt to add matches as an indication not to do de... | Sven Wischnowsky | 2000-05-16 | 1 | -3/+9 |
* | add _in_vared for completion inside vared; make insert-tab default to `false'... | Sven Wischnowsky | 2000-05-15 | 2 | -3/+31 |
* | doc changes; typo in _jobs; integer builtin understands `-i base' | Peter Stephenson | 2000-05-14 | 1 | -1/+1 |
* | fix for completing options with `_arguments -s'; fix for _message to use `bui... | Sven Wischnowsky | 2000-05-12 | 1 | -3/+7 |
* | make _argument_sets add the options as defaults when there is nothing else to... | Sven Wischnowsky | 2000-05-11 | 2 | -2/+7 |
* | allow internally-mutually exclusive sets in _argument_sets; fixes for _argume... | Sven Wischnowsky | 2000-05-11 | 2 | -11/+54 |
* | Use _math for completing the let builtin | Oliver Kiddle | 2000-05-09 | 1 | -8/+2 |
* | option name clash in _arguments (11273) | Sven Wischnowsky | 2000-05-09 | 2 | -4/+4 |
* | fix for _arguments without options and no more arguments to complete (11272) | Sven Wischnowsky | 2000-05-09 | 1 | -2/+4 |
* | more problems with optional arguments in _arguments (11253) | Sven Wischnowsky | 2000-05-08 | 1 | -4/+2 |
* | 11194, 11200, 11214 | Peter Stephenson | 2000-05-08 | 1 | -1/+1 |
* | 11236: Handle tabs between options and their descriptions when parsing --help. | Bart Schaefer | 2000-05-06 | 1 | -4/+4 |
* | 11223: Completion/Base/_regex_arguments, Completion/Debian/_apt, | Tanaka Akira | 2000-05-06 | 1 | -14/+1 |
* | 11166: Completion/Base/_regex_arguments: remove debugging code. | Tanaka Akira | 2000-05-04 | 1 | -2/+1 |
* | 11165: Completion/Base/_regex_arguments, Completion/Debian/_apt, | Tanaka Akira | 2000-05-04 | 1 | -352/+63 |
* | make sure that completion messages are displayed even when there are no match... | Sven Wischnowsky | 2000-05-03 | 1 | -1/+1 |
* | completion cleanup, mostly _wanted and $expl (11049) | Sven Wischnowsky | 2000-05-02 | 2 | -6/+7 |
* | make completion-in-vared complete parameter values as default; cleanup for _p... | Sven Wischnowsky | 2000-05-02 | 1 | -23/+0 |
* | ensure $PWD is prepended to cache-names for long options in _arguments (10974) | Sven Wischnowsky | 2000-04-27 | 1 | -1/+1 |
* | fix for automatic option-argument completion with partially typed option in _... | Sven Wischnowsky | 2000-04-27 | 1 | -3/+2 |
* | small fix for _requested to be able to use _all_labels from within it (10910) | Sven Wischnowsky | 2000-04-25 | 1 | -0/+1 |
* | make _arguments use more than one action when appropriate; add _argument_sets... | Sven Wischnowsky | 2000-04-25 | 4 | -68/+153 |
* | change suffix added when completing an assigned value (10807) | Sven Wischnowsky | 2000-04-18 | 1 | -2/+2 |
* | better completion after `=', everywhere (10780) | Sven Wischnowsky | 2000-04-17 | 2 | -5/+35 |
* | _wanted now tests both tags and labels; change places where _wanted was calle... | Sven Wischnowsky | 2000-04-11 | 7 | -48/+97 |
* | make sure caller-supplied explanation takes precedence (10579) | Sven Wischnowsky | 2000-04-07 | 2 | -4/+6 |
* | support automatically inserted dummy in $words | Sven Wischnowsky | 2000-04-05 | 1 | -0/+6 |