summaryrefslogtreecommitdiff
path: root/Completion
AgeCommit message (Expand)AuthorFilesLines
2001-02-16make `compdef foo=bar' use the service defined for `bar' if there is any (13494)Sven Wischnowsky1-0/+1
2001-02-13wehn using glob_complete, don't treat everything starting with a tilde as a p...Sven Wischnowsky1-1/+1
2001-02-13Add 'glob' to $_comp_options.Bart Schaefer1-0/+1
2001-02-09two small fixes to _multi_parts; one more place where a caller-supplied -S ca...Sven Wischnowsky1-2/+2
2001-02-08add completion for newsgroups (13448)Oliver Kiddle4-4/+15
2001-02-08fix _gzip to work for zcat again (13445)Oliver Kiddle1-1/+1
2001-02-02Peter:13427: filename-quoting fix in _expandSven Wischnowsky1-1/+4
2001-02-01Changes references to sunsite.auc.dk to just sunsite.dk (13422)Oliver Kiddle1-3/+3
2001-02-01new completion function for the tin newsreader (13420)Oliver Kiddle1-0/+52
2001-01-15add completion for ls and ([ef]|)grep (13347)Sven Wischnowsky3-1/+165
2001-01-15add `services', allowing easier re-use of (parts of) completion functions (13...Sven Wischnowsky31-72/+124
2000-12-2713315: ignore parens and leading paths on killall completionClint Adams1-1/+1
2000-12-2713314: don't complete hyphen-prefixed commands for killallClint Adams1-1/+1
2000-12-2613312: killall gets long filenames from procpsClint Adams1-1/+1
2000-12-2313310: apt-cache typo in --names-onlyClint Adams1-1/+1
2000-12-1713287: dpkg -i can take multiple argumentsClint Adams1-2/+2
2000-12-16unposted: add _mere to .distfilesClint Adams1-7/+9
2000-12-15* 13281: Functions/Misc/mere: new implementation.Tanaka Akira1-0/+3
2000-12-1313250: _dict completionClint Adams2-1/+67
2000-12-05Fix distribution filesPeter Stephenson1-1/+1
2000-11-30Function installation information now in config.modulesPeter Stephenson1-86/+0
2000-11-27Add missing quote.Bart Schaefer1-1/+1
2000-11-27*** empty log message ***Sven Wischnowsky1-1/+1
2000-11-25ALL_EXPORT tweaks.Bart Schaefer1-0/+1
2000-11-22* 13181: Completion/Debian/_apt: add an action for _alternative.Tanaka Akira1-2/+2
2000-11-20Tweak auto-suffix-removal for _rcp and _scp.Bart Schaefer2-3/+3
2000-11-15Avoid cd in _perl_modules.Bart Schaefer1-4/+3
2000-11-14Changes inspired by Paul J. in case multiple versions of perl are installed.Bart Schaefer1-23/+35
2000-11-12unposted: add new options, fix thinkos for reportbug completionClint Adams1-8/+19
2000-11-12unposted: complete files for reportbug --include= and completion for querybtsClint Adams1-8/+22
2000-11-0913125: evalute muttrc's mailboxes directive in case of backticks.Clint Adams1-3/+3
2000-11-08aloow value `pattern' for insert-unambiguous style to preserve patterns in th...Sven Wischnowsky3-37/+108
2000-11-06Remove no-op test of $compstate[nmatches].Bart Schaefer1-2/+2
2000-11-05Use bareglobqual.Bart Schaefer1-0/+1
2000-10-25use return value of _files, don't use ${PRE,SUF}FIX for globbing, complete al...Sven Wischnowsky1-5/+7
2000-10-23change some tags used in filename completion: no tag for file-sort, fake-file...Sven Wischnowsky1-4/+4
2000-10-19simplify setting standard completion system options using $_comp_options (13036)Sven Wischnowsky9-16/+25
2000-10-173.1.6-dev-7Peter Stephenson1-2/+2
2000-10-12remove possibility for func() entries in tag-order style, can be done using z...Sven Wischnowsky2-24/+0
2000-10-12rename fake style to fake-files (12973)Sven Wischnowsky2-3/+3
2000-10-11*** empty log message ***Sven Wischnowsky1-0/+1
2000-10-11add _all_matcher completer and supporting C-code for adding a special match r...Sven Wischnowsky4-22/+53
2000-10-10follow-up to 12942, only a missing redirection (12948)Sven Wischnowsky1-23/+5
2000-10-10*** empty log message ***Sven Wischnowsky3-15/+27
2000-10-10add fake-parameters style to allow completing parameters which are not yet se...Sven Wischnowsky2-5/+11
2000-10-10temporarily remove global aliases to avoid error message inside the evals (12...Sven Wischnowsky1-4/+22
2000-10-06search for *.tif file, too (12919)Sven Wischnowsky2-89/+35
2000-10-06more option setting cleanup; remove some unnecessary setopts, remove N qualif...Sven Wischnowsky16-35/+27
2000-10-06Other places where `unsetopt cshnullglob' is needed.Bart Schaefer8-16/+16
2000-10-05unset cshnullglob (12899)Sven Wischnowsky1-2/+2