summaryrefslogtreecommitdiff
path: root/Completion
AgeCommit message (Collapse)AuthorFilesLines
2000-04-27added warning to _perl_modules for when perl not found on path (10949)Adam Spiers1-0/+1
2000-04-26ensure options are set as expected in _history_complete_word and ↵Sven Wischnowsky2-2/+8
_bash_completions (10933)
2000-04-26new fileSven Wischnowsky1-0/+20
2000-04-26*** empty log message ***Sven Wischnowsky2-5/+6
2000-04-26better perl module completion from Adam (10892)Sven Wischnowsky1-22/+37
2000-04-26new completion for GNU zip from Tanaka (10890)Sven Wischnowsky2-5/+81
2000-04-26new completion function for xset from Tanaka (10885)Sven Wischnowsky1-0/+197
2000-04-26allow to anchor on gaps between strings in matching control specs (10926)Sven Wischnowsky1-10/+21
2000-04-26better default value for list-prompt style (10923)Sven Wischnowsky1-1/+1
2000-04-26file-sort made $fignore fail (10922)Sven Wischnowsky1-13/+13
2000-04-25re-calculate number of line with mark when needed; make default prompts more ↵Sven Wischnowsky1-2/+2
consistent (10916)
2000-04-25small fix for _requested to be able to use _all_labels from within it (10910)Sven Wischnowsky3-3/+9
2000-04-25report prefix/suffix of parameter expansion in IPREFIX/ISUFFIX; make _expand ↵Sven Wischnowsky1-3/+9
use them to be able to expand $foo (10909)
2000-04-25make _arguments use more than one action when appropriate; add ↵Sven Wischnowsky9-77/+170
_argument_sets to complete different sets of arguments and options for the same command (10908)
2000-04-25Things that are in the ChangeLog but that somehow didn't get changed.Bart Schaefer1-1/+1
2000-04-20Add new completions for AIX commandsOliver Kiddle9-0/+104
2000-04-20new completions for FreeBSD commands (10861)Sven Wischnowsky4-0/+140
2000-04-20default values for styles in _expand_word, listing expansions with ^Xd, ↵Sven Wischnowsky2-7/+50
_expand uses add-space style (10854)
2000-04-20Add completion for file descriptorsOliver Kiddle3-6/+32
2000-04-1910833: new print completion and complete nothing for clear and lognameOliver Kiddle3-4/+30
2000-04-19default for list-prompt style, %[MLP] use fixed-width strings, %[mlp] use ↵Sven Wischnowsky1-2/+3
variable-width strings (10816)
2000-04-18fix completion after ~<num> (10812)Sven Wischnowsky1-1/+8
2000-04-18handle list-prompt in compinstallPeter Stephenson1-3/+23
2000-04-18change suffix added when completing an assigned value (10807)Sven Wischnowsky1-2/+2
2000-04-18completion list scrolling cleanup; *STATUS renamed to *PROMPT, styles for ↵Sven Wischnowsky2-0/+13
new used parameters, use local keymap when waiting at list-prompt (10801)
2000-04-1710772: Chmouel: rpm --target completionPeter Stephenson1-0/+5
2000-04-17better completion after `=', everywhere (10780)Sven Wischnowsky4-11/+47
2000-04-17make _tags use C-code for braces in tag-order values; and misc. stuff (10775)Sven Wischnowsky3-5/+4
2000-04-1410763: complete after : for typeset & friendsClint Adams1-2/+8
2000-04-14missing `+'s in _diffoptions (10760)Sven Wischnowsky1-9/+9
2000-04-13remove the `pids' tag, use `processes' instead (10733)Sven Wischnowsky2-7/+10
2000-04-1210706: Andrej: Fix quoting in awk args.Bart Schaefer1-1/+1
2000-04-1210700: Andrej: Support Pyramid's internationalized manpaths.Bart Schaefer1-6/+37
2000-04-12Use _arguments for bindkey completion and fix small typo in docsOliver Kiddle1-6/+35
2000-04-12allow brace expansion on patterns for file-patterns and tag-order (10695)Sven Wischnowsky2-7/+11
2000-04-12keep _oldlist from using the dummy match inserted for warnings (10691)Sven Wischnowsky2-3/+6
2000-04-1210681: Setopts in _complete_help the same as _main_complete.Bart Schaefer1-0/+3
2000-04-1110680: spelling corrections in _diff_optionsClint Adams1-32/+39
2000-04-1110669: compinstall more flexible with input and output filesPeter Stephenson1-5/+50
2000-04-11make trailing blanks in file-patterns tags be removed (10650)Sven Wischnowsky1-1/+1
2000-04-11make _oldlist ignore old list when _complete_help is used (10648)Sven Wischnowsky1-2/+2
2000-04-11make _oldlist ignore list from _complete_help; _match runs for every match ↵Sven Wischnowsky3-16/+22
spec from matcher-list; _approximate doesn't redefine compadd if that is already a function (10641)
2000-04-11_make uses $words[1] for command name (10635)Sven Wischnowsky1-6/+6
2000-04-11_wanted now tests both tags and labels; change places where _wanted was ↵Sven Wischnowsky51-1044/+1233
called without a command; allow multiple patterns per string in file-patterns; update _next_tags to work with labels (10632)
2000-04-1010628: Check for GNU make using "_call version ..." as was done for GNU diff.Bart Schaefer1-4/+21
2000-04-10typo caused ignored-patterns to be ignored (10622)Sven Wischnowsky1-1/+1
2000-04-10use special-dirs with _path_files -g (3019)Sven Wischnowsky1-1/+2
2000-04-1010602: Where'd that stray 2 come from?Bart Schaefer1-1/+1
2000-04-0910598: Fix typo; reformat styles documentation for readability.Bart Schaefer1-1/+1
2000-04-09compinstall update; 3.1.6-dev-22Peter Stephenson1-37/+239