| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | make _arguments use more than one action when appropriate; add _argument_sets... | Sven Wischnowsky | 2000-04-25 | 9 | -77/+170 |
* | Things that are in the ChangeLog but that somehow didn't get changed. | Bart Schaefer | 2000-04-25 | 1 | -1/+1 |
* | Add new completions for AIX commands | Oliver Kiddle | 2000-04-20 | 9 | -0/+104 |
* | new completions for FreeBSD commands (10861) | Sven Wischnowsky | 2000-04-20 | 4 | -0/+140 |
* | default values for styles in _expand_word, listing expansions with ^Xd, _expa... | Sven Wischnowsky | 2000-04-20 | 2 | -7/+50 |
* | Add completion for file descriptors | Oliver Kiddle | 2000-04-20 | 3 | -6/+32 |
* | 10833: new print completion and complete nothing for clear and logname | Oliver Kiddle | 2000-04-19 | 3 | -4/+30 |
* | default for list-prompt style, %[MLP] use fixed-width strings, %[mlp] use var... | Sven Wischnowsky | 2000-04-19 | 1 | -2/+3 |
* | fix completion after ~<num> (10812) | Sven Wischnowsky | 2000-04-18 | 1 | -1/+8 |
* | handle list-prompt in compinstall | Peter Stephenson | 2000-04-18 | 1 | -3/+23 |
* | change suffix added when completing an assigned value (10807) | Sven Wischnowsky | 2000-04-18 | 1 | -2/+2 |
* | completion list scrolling cleanup; *STATUS renamed to *PROMPT, styles for new... | Sven Wischnowsky | 2000-04-18 | 2 | -0/+13 |
* | 10772: Chmouel: rpm --target completion | Peter Stephenson | 2000-04-17 | 1 | -0/+5 |
* | better completion after `=', everywhere (10780) | Sven Wischnowsky | 2000-04-17 | 4 | -11/+47 |
* | make _tags use C-code for braces in tag-order values; and misc. stuff (10775) | Sven Wischnowsky | 2000-04-17 | 3 | -5/+4 |
* | 10763: complete after : for typeset & friends | Clint Adams | 2000-04-14 | 1 | -2/+8 |
* | missing `+'s in _diffoptions (10760) | Sven Wischnowsky | 2000-04-14 | 1 | -9/+9 |
* | remove the `pids' tag, use `processes' instead (10733) | Sven Wischnowsky | 2000-04-13 | 2 | -7/+10 |
* | 10706: Andrej: Fix quoting in awk args. | Bart Schaefer | 2000-04-12 | 1 | -1/+1 |
* | 10700: Andrej: Support Pyramid's internationalized manpaths. | Bart Schaefer | 2000-04-12 | 1 | -6/+37 |
* | Use _arguments for bindkey completion and fix small typo in docs | Oliver Kiddle | 2000-04-12 | 1 | -6/+35 |
* | allow brace expansion on patterns for file-patterns and tag-order (10695) | Sven Wischnowsky | 2000-04-12 | 2 | -7/+11 |
* | keep _oldlist from using the dummy match inserted for warnings (10691) | Sven Wischnowsky | 2000-04-12 | 2 | -3/+6 |
* | 10681: Setopts in _complete_help the same as _main_complete. | Bart Schaefer | 2000-04-12 | 1 | -0/+3 |
* | 10680: spelling corrections in _diff_options | Clint Adams | 2000-04-11 | 1 | -32/+39 |
* | 10669: compinstall more flexible with input and output files | Peter Stephenson | 2000-04-11 | 1 | -5/+50 |
* | make trailing blanks in file-patterns tags be removed (10650) | Sven Wischnowsky | 2000-04-11 | 1 | -1/+1 |
* | make _oldlist ignore old list when _complete_help is used (10648) | Sven Wischnowsky | 2000-04-11 | 1 | -2/+2 |
* | make _oldlist ignore list from _complete_help; _match runs for every match sp... | Sven Wischnowsky | 2000-04-11 | 3 | -16/+22 |
* | _make uses $words[1] for command name (10635) | Sven Wischnowsky | 2000-04-11 | 1 | -6/+6 |
* | _wanted now tests both tags and labels; change places where _wanted was calle... | Sven Wischnowsky | 2000-04-11 | 51 | -1044/+1233 |
* | 10628: Check for GNU make using "_call version ..." as was done for GNU diff. | Bart Schaefer | 2000-04-10 | 1 | -4/+21 |
* | typo caused ignored-patterns to be ignored (10622) | Sven Wischnowsky | 2000-04-10 | 1 | -1/+1 |
* | use special-dirs with _path_files -g (3019) | Sven Wischnowsky | 2000-04-10 | 1 | -1/+2 |
* | 10602: Where'd that stray 2 come from? | Bart Schaefer | 2000-04-10 | 1 | -1/+1 |
* | 10598: Fix typo; reformat styles documentation for readability. | Bart Schaefer | 2000-04-09 | 1 | -1/+1 |
* | compinstall update; 3.1.6-dev-22 zsh-3.1.6-dev-22 | Peter Stephenson | 2000-04-09 | 1 | -37/+239 |
* | 10591: Chmouel Boudjnah: Completion for the fakeroot program. | Bart Schaefer | 2000-04-08 | 1 | -0/+6 |
* | 10594: Fix index into $history in prompt_bart_precmd. | Bart Schaefer | 2000-04-08 | 2 | -2/+2 |
* | 10562, 10581: Complete .src.rpm after rpm --rebuild; note fixed bug; typo. | Bart Schaefer | 2000-04-07 | 1 | -2/+6 |
* | make sure caller-supplied explanation takes precedence (10579) | Sven Wischnowsky | 2000-04-07 | 3 | -6/+9 |
* | complete make targets of the form `foo bar:' (10575) | Sven Wischnowsky | 2000-04-07 | 1 | -1/+1 |
* | missing initialisations, -W with multiple directories didn't wor (10571) | Sven Wischnowsky | 2000-04-07 | 2 | -2/+4 |
* | 10564: typo in _wanted | Clint Adams | 2000-04-07 | 1 | -1/+1 |
* | tag in file-patterns optional, use `files' as default (10542) | Sven Wischnowsky | 2000-04-06 | 1 | -9/+16 |
* | Patches 10513, 10516 (Alexandre), 10519 (Oliver), 10524 | Peter Stephenson | 2000-04-05 | 1 | -7/+10 |
* | support automatically inserted dummy in $words | Sven Wischnowsky | 2000-04-05 | 1 | -0/+6 |
* | use basename of commands instead of $words[1] | Sven Wischnowsky | 2000-04-05 | 18 | -709/+1500 |
* | renaming some styles | Sven Wischnowsky | 2000-04-05 | 2 | -11/+12 |
* | two small completion fixes | Sven Wischnowsky | 2000-04-05 | 2 | -2/+2 |