about summary refs log tree commit diff
path: root/Completion
Commit message (Collapse)AuthorAgeFilesLines
...
* new fileSven Wischnowsky2000-04-261-0/+20
|
* *** empty log message ***Sven Wischnowsky2000-04-262-5/+6
|
* better perl module completion from Adam (10892)Sven Wischnowsky2000-04-261-22/+37
|
* new completion for GNU zip from Tanaka (10890)Sven Wischnowsky2000-04-262-5/+81
|
* new completion function for xset from Tanaka (10885)Sven Wischnowsky2000-04-261-0/+197
|
* allow to anchor on gaps between strings in matching control specs (10926)Sven Wischnowsky2000-04-261-10/+21
|
* better default value for list-prompt style (10923)Sven Wischnowsky2000-04-261-1/+1
|
* file-sort made $fignore fail (10922)Sven Wischnowsky2000-04-261-13/+13
|
* re-calculate number of line with mark when needed; make default prompts more ↵Sven Wischnowsky2000-04-251-2/+2
| | | | consistent (10916)
* small fix for _requested to be able to use _all_labels from within it (10910)Sven Wischnowsky2000-04-253-3/+9
|
* report prefix/suffix of parameter expansion in IPREFIX/ISUFFIX; make _expand ↵Sven Wischnowsky2000-04-251-3/+9
| | | | use them to be able to expand $foo (10909)
* make _arguments use more than one action when appropriate; add ↵Sven Wischnowsky2000-04-259-77/+170
| | | | _argument_sets to complete different sets of arguments and options for the same command (10908)
* Things that are in the ChangeLog but that somehow didn't get changed.Bart Schaefer2000-04-251-1/+1
|
* Add new completions for AIX commandsOliver Kiddle2000-04-209-0/+104
|
* new completions for FreeBSD commands (10861)Sven Wischnowsky2000-04-204-0/+140
|
* default values for styles in _expand_word, listing expansions with ^Xd, ↵Sven Wischnowsky2000-04-202-7/+50
| | | | _expand uses add-space style (10854)
* Add completion for file descriptorsOliver Kiddle2000-04-203-6/+32
|
* 10833: new print completion and complete nothing for clear and lognameOliver Kiddle2000-04-193-4/+30
|
* default for list-prompt style, %[MLP] use fixed-width strings, %[mlp] use ↵Sven Wischnowsky2000-04-191-2/+3
| | | | variable-width strings (10816)
* fix completion after ~<num> (10812)Sven Wischnowsky2000-04-181-1/+8
|
* handle list-prompt in compinstallPeter Stephenson2000-04-181-3/+23
|
* change suffix added when completing an assigned value (10807)Sven Wischnowsky2000-04-181-2/+2
|
* completion list scrolling cleanup; *STATUS renamed to *PROMPT, styles for ↵Sven Wischnowsky2000-04-182-0/+13
| | | | new used parameters, use local keymap when waiting at list-prompt (10801)
* 10772: Chmouel: rpm --target completionPeter Stephenson2000-04-171-0/+5
|
* better completion after `=', everywhere (10780)Sven Wischnowsky2000-04-174-11/+47
|
* make _tags use C-code for braces in tag-order values; and misc. stuff (10775)Sven Wischnowsky2000-04-173-5/+4
|
* 10763: complete after : for typeset & friendsClint Adams2000-04-141-2/+8
|
* missing `+'s in _diffoptions (10760)Sven Wischnowsky2000-04-141-9/+9
|
* remove the `pids' tag, use `processes' instead (10733)Sven Wischnowsky2000-04-132-7/+10
|
* 10706: Andrej: Fix quoting in awk args.Bart Schaefer2000-04-121-1/+1
|
* 10700: Andrej: Support Pyramid's internationalized manpaths.Bart Schaefer2000-04-121-6/+37
|
* Use _arguments for bindkey completion and fix small typo in docsOliver Kiddle2000-04-121-6/+35
|
* allow brace expansion on patterns for file-patterns and tag-order (10695)Sven Wischnowsky2000-04-122-7/+11
|
* keep _oldlist from using the dummy match inserted for warnings (10691)Sven Wischnowsky2000-04-122-3/+6
|
* 10681: Setopts in _complete_help the same as _main_complete.Bart Schaefer2000-04-121-0/+3
|
* 10680: spelling corrections in _diff_optionsClint Adams2000-04-111-32/+39
|
* 10669: compinstall more flexible with input and output filesPeter Stephenson2000-04-111-5/+50
|
* make trailing blanks in file-patterns tags be removed (10650)Sven Wischnowsky2000-04-111-1/+1
|
* make _oldlist ignore old list when _complete_help is used (10648)Sven Wischnowsky2000-04-111-2/+2
|
* make _oldlist ignore list from _complete_help; _match runs for every match ↵Sven Wischnowsky2000-04-113-16/+22
| | | | spec from matcher-list; _approximate doesn't redefine compadd if that is already a function (10641)
* _make uses $words[1] for command name (10635)Sven Wischnowsky2000-04-111-6/+6
|
* _wanted now tests both tags and labels; change places where _wanted was ↵Sven Wischnowsky2000-04-1151-1044/+1233
| | | | called without a command; allow multiple patterns per string in file-patterns; update _next_tags to work with labels (10632)
* 10628: Check for GNU make using "_call version ..." as was done for GNU diff.Bart Schaefer2000-04-101-4/+21
|
* typo caused ignored-patterns to be ignored (10622)Sven Wischnowsky2000-04-101-1/+1
|
* use special-dirs with _path_files -g (3019)Sven Wischnowsky2000-04-101-1/+2
|
* 10602: Where'd that stray 2 come from?Bart Schaefer2000-04-101-1/+1
|
* 10598: Fix typo; reformat styles documentation for readability.Bart Schaefer2000-04-091-1/+1
|
* compinstall update; 3.1.6-dev-22 zsh-3.1.6-dev-22Peter Stephenson2000-04-091-37/+239
|
* 10591: Chmouel Boudjnah: Completion for the fakeroot program.Bart Schaefer2000-04-081-0/+6
|
* 10594: Fix index into $history in prompt_bart_precmd.Bart Schaefer2000-04-082-2/+2
| | | | | | | 10591: Completion/User/_fakeroot: Completion for the fakeroot program. 10590: Completion/Linux/_rpm: Signature checking completes only local package files.