about summary refs log tree commit diff
path: root/Completion
Commit message (Collapse)AuthorAgeFilesLines
* wehn using glob_complete, don't treat everything starting with a tilde as a ↵Sven Wischnowsky2001-02-131-1/+1
| | | | pattern (13459)
* Add 'glob' to $_comp_options.Bart Schaefer2001-02-131-0/+1
|
* two small fixes to _multi_parts; one more place where a caller-supplied -S ↵Sven Wischnowsky2001-02-091-2/+2
| | | | can be used and fix for the code deciding which prefix to use (13450)
* add completion for newsgroups (13448)Oliver Kiddle2001-02-084-4/+15
|
* fix _gzip to work for zcat again (13445)Oliver Kiddle2001-02-081-1/+1
|
* Peter:13427: filename-quoting fix in _expandSven Wischnowsky2001-02-021-1/+4
|
* Changes references to sunsite.auc.dk to just sunsite.dk (13422)Oliver Kiddle2001-02-011-3/+3
|
* new completion function for the tin newsreader (13420)Oliver Kiddle2001-02-011-0/+52
|
* add completion for ls and ([ef]|)grep (13347)Sven Wischnowsky2001-01-153-1/+165
|
* add `services', allowing easier re-use of (parts of) completion functions ↵Sven Wischnowsky2001-01-1531-72/+124
| | | | (13346)
* 13315: ignore parens and leading paths on killall completionClint Adams2000-12-271-1/+1
|
* 13314: don't complete hyphen-prefixed commands for killallClint Adams2000-12-271-1/+1
|
* 13312: killall gets long filenames from procpsClint Adams2000-12-261-1/+1
|
* 13310: apt-cache typo in --names-onlyClint Adams2000-12-231-1/+1
|
* 13287: dpkg -i can take multiple argumentsClint Adams2000-12-171-2/+2
|
* unposted: add _mere to .distfilesClint Adams2000-12-161-7/+9
|
* * 13281: Functions/Misc/mere: new implementation.Tanaka Akira2000-12-151-0/+3
| | | | Completion/User/_mere: new completion function for mere.
* 13250: _dict completionClint Adams2000-12-132-1/+67
|
* Fix distribution files zsh-3.1.9-dev-8Peter Stephenson2000-12-051-1/+1
|
* Function installation information now in config.modulesPeter Stephenson2000-11-301-86/+0
|
* Add missing quote.Bart Schaefer2000-11-271-1/+1
|
* *** empty log message ***Sven Wischnowsky2000-11-271-1/+1
|
* ALL_EXPORT tweaks.Bart Schaefer2000-11-251-0/+1
|
* * 13181: Completion/Debian/_apt: add an action for _alternative.Tanaka Akira2000-11-221-2/+2
|
* Tweak auto-suffix-removal for _rcp and _scp.Bart Schaefer2000-11-202-3/+3
|
* Avoid cd in _perl_modules.Bart Schaefer2000-11-151-4/+3
|
* Changes inspired by Paul J. in case multiple versions of perl are installed.Bart Schaefer2000-11-141-23/+35
|
* unposted: add new options, fix thinkos for reportbug completionClint Adams2000-11-121-8/+19
|
* unposted: complete files for reportbug --include= and completion for querybtsClint Adams2000-11-121-8/+22
|
* 13125: evalute muttrc's mailboxes directive in case of backticks.Clint Adams2000-11-091-3/+3
|
* aloow value `pattern' for insert-unambiguous style to preserve patterns in ↵Sven Wischnowsky2000-11-083-37/+108
| | | | the original string; add list-suffixes style to make file completion list path suffixes if possible; slightly improved completion of pathnames with multiple pattern-components (13128)
* Remove no-op test of $compstate[nmatches].Bart Schaefer2000-11-061-2/+2
|
* Use bareglobqual.Bart Schaefer2000-11-051-0/+1
|
* use return value of _files, don't use ${PRE,SUF}FIX for globbing, complete ↵Sven Wischnowsky2000-10-251-5/+7
| | | | all files as a default for co (3472)
* change some tags used in filename completion: no tag for file-sort, ↵Sven Wischnowsky2000-10-231-4/+4
| | | | fake-files and ignore-parents, paths for accept-exact (13037)
* simplify setting standard completion system options using $_comp_options (13036)Sven Wischnowsky2000-10-199-16/+25
|
* 3.1.6-dev-7 zsh-3.1.9-dev-7Peter Stephenson2000-10-171-2/+2
|
* remove possibility for func() entries in tag-order style, can be done using ↵Sven Wischnowsky2000-10-122-24/+0
| | | | zstyle -e (12974)
* rename fake style to fake-files (12973)Sven Wischnowsky2000-10-122-3/+3
|
* *** empty log message ***Sven Wischnowsky2000-10-111-0/+1
|
* add _all_matcher completer and supporting C-code for adding a special match ↵Sven Wischnowsky2000-10-114-22/+53
| | | | representing all other matches; remove completions style from _expand(|_word) (12960)
* follow-up to 12942, only a missing redirection (12948)Sven Wischnowsky2000-10-101-23/+5
|
* *** empty log message ***Sven Wischnowsky2000-10-103-15/+27
|
* add fake-parameters style to allow completing parameters which are not yet ↵Sven Wischnowsky2000-10-102-5/+11
| | | | set (12946)
* temporarily remove global aliases to avoid error message inside the evals ↵Sven Wischnowsky2000-10-101-4/+22
| | | | (12942)
* search for *.tif file, too (12919)Sven Wischnowsky2000-10-062-89/+35
|
* more option setting cleanup; remove some unnecessary setopts, remove N ↵Sven Wischnowsky2000-10-0616-35/+27
| | | | qualifiers (12917)
* Other places where `unsetopt cshnullglob' is needed.Bart Schaefer2000-10-068-16/+16
|
* unset cshnullglob (12899)Sven Wischnowsky2000-10-051-2/+2
|
* complete after autoloaded directories (a rather ugly hack); remove old code ↵Sven Wischnowsky2000-10-052-1/+5
| | | | in _files (comma separated patterns); improve docs for fake style and for comma separated qualifier lists (12892)