Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 13312: killall gets long filenames from procps | Clint Adams | 2000-12-26 | 1 | -1/+1 |
| | |||||
* | 13310: apt-cache typo in --names-only | Clint Adams | 2000-12-23 | 1 | -1/+1 |
| | |||||
* | 13287: dpkg -i can take multiple arguments | Clint Adams | 2000-12-17 | 1 | -2/+2 |
| | |||||
* | unposted: add _mere to .distfiles | Clint Adams | 2000-12-16 | 1 | -7/+9 |
| | |||||
* | * 13281: Functions/Misc/mere: new implementation. | Tanaka Akira | 2000-12-15 | 1 | -0/+3 |
| | | | | Completion/User/_mere: new completion function for mere. | ||||
* | 13250: _dict completion | Clint Adams | 2000-12-13 | 2 | -1/+67 |
| | |||||
* | Fix distribution files zsh-3.1.9-dev-8 | Peter Stephenson | 2000-12-05 | 1 | -1/+1 |
| | |||||
* | Function installation information now in config.modules | Peter Stephenson | 2000-11-30 | 1 | -86/+0 |
| | |||||
* | Add missing quote. | Bart Schaefer | 2000-11-27 | 1 | -1/+1 |
| | |||||
* | *** empty log message *** | Sven Wischnowsky | 2000-11-27 | 1 | -1/+1 |
| | |||||
* | ALL_EXPORT tweaks. | Bart Schaefer | 2000-11-25 | 1 | -0/+1 |
| | |||||
* | * 13181: Completion/Debian/_apt: add an action for _alternative. | Tanaka Akira | 2000-11-22 | 1 | -2/+2 |
| | |||||
* | Tweak auto-suffix-removal for _rcp and _scp. | Bart Schaefer | 2000-11-20 | 2 | -3/+3 |
| | |||||
* | Avoid cd in _perl_modules. | Bart Schaefer | 2000-11-15 | 1 | -4/+3 |
| | |||||
* | Changes inspired by Paul J. in case multiple versions of perl are installed. | Bart Schaefer | 2000-11-14 | 1 | -23/+35 |
| | |||||
* | unposted: add new options, fix thinkos for reportbug completion | Clint Adams | 2000-11-12 | 1 | -8/+19 |
| | |||||
* | unposted: complete files for reportbug --include= and completion for querybts | Clint Adams | 2000-11-12 | 1 | -8/+22 |
| | |||||
* | 13125: evalute muttrc's mailboxes directive in case of backticks. | Clint Adams | 2000-11-09 | 1 | -3/+3 |
| | |||||
* | aloow value `pattern' for insert-unambiguous style to preserve patterns in ↵ | Sven Wischnowsky | 2000-11-08 | 3 | -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 Schaefer | 2000-11-06 | 1 | -2/+2 |
| | |||||
* | Use bareglobqual. | Bart Schaefer | 2000-11-05 | 1 | -0/+1 |
| | |||||
* | use return value of _files, don't use ${PRE,SUF}FIX for globbing, complete ↵ | Sven Wischnowsky | 2000-10-25 | 1 | -5/+7 |
| | | | | all files as a default for co (3472) | ||||
* | change some tags used in filename completion: no tag for file-sort, ↵ | Sven Wischnowsky | 2000-10-23 | 1 | -4/+4 |
| | | | | fake-files and ignore-parents, paths for accept-exact (13037) | ||||
* | simplify setting standard completion system options using $_comp_options (13036) | Sven Wischnowsky | 2000-10-19 | 9 | -16/+25 |
| | |||||
* | 3.1.6-dev-7 zsh-3.1.9-dev-7 | Peter Stephenson | 2000-10-17 | 1 | -2/+2 |
| | |||||
* | remove possibility for func() entries in tag-order style, can be done using ↵ | Sven Wischnowsky | 2000-10-12 | 2 | -24/+0 |
| | | | | zstyle -e (12974) | ||||
* | rename fake style to fake-files (12973) | Sven Wischnowsky | 2000-10-12 | 2 | -3/+3 |
| | |||||
* | *** empty log message *** | Sven Wischnowsky | 2000-10-11 | 1 | -0/+1 |
| | |||||
* | add _all_matcher completer and supporting C-code for adding a special match ↵ | Sven Wischnowsky | 2000-10-11 | 4 | -22/+53 |
| | | | | representing all other matches; remove completions style from _expand(|_word) (12960) | ||||
* | follow-up to 12942, only a missing redirection (12948) | Sven Wischnowsky | 2000-10-10 | 1 | -23/+5 |
| | |||||
* | *** empty log message *** | Sven Wischnowsky | 2000-10-10 | 3 | -15/+27 |
| | |||||
* | add fake-parameters style to allow completing parameters which are not yet ↵ | Sven Wischnowsky | 2000-10-10 | 2 | -5/+11 |
| | | | | set (12946) | ||||
* | temporarily remove global aliases to avoid error message inside the evals ↵ | Sven Wischnowsky | 2000-10-10 | 1 | -4/+22 |
| | | | | (12942) | ||||
* | search for *.tif file, too (12919) | Sven Wischnowsky | 2000-10-06 | 2 | -89/+35 |
| | |||||
* | more option setting cleanup; remove some unnecessary setopts, remove N ↵ | Sven Wischnowsky | 2000-10-06 | 16 | -35/+27 |
| | | | | qualifiers (12917) | ||||
* | Other places where `unsetopt cshnullglob' is needed. | Bart Schaefer | 2000-10-06 | 8 | -16/+16 |
| | |||||
* | unset cshnullglob (12899) | Sven Wischnowsky | 2000-10-05 | 1 | -2/+2 |
| | |||||
* | complete after autoloaded directories (a rather ugly hack); remove old code ↵ | Sven Wischnowsky | 2000-10-05 | 2 | -1/+5 |
| | | | | in _files (comma separated patterns); improve docs for fake style and for comma separated qualifier lists (12892) | ||||
* | * 12886: Completion/User/_cvs: make _cvs_vendor_branches to handle | Tanaka Akira | 2000-10-04 | 1 | -5/+8 |
| | | | | remote-access style. | ||||
* | * 12872: Completion/User/_cvs: Fix modules completion when a cvsroot | Tanaka Akira | 2000-10-04 | 1 | -37/+166 |
| | | | | | | | specified in a command line begins with tilde. Generate subcommand list from `cvs --help-commands' and `cvs --help-synonyms'. Complete remote modules. Complete vendor branch for a second argument of `cvs import'. Use _call. | ||||
* | Fiddle with _expand_word and its doc. | Bart Schaefer | 2000-09-21 | 2 | -2/+10 |
| | |||||
* | Use ${(q)tmp} after all. | Bart Schaefer | 2000-09-14 | 1 | -1/+1 |
| | |||||
* | Redo _zle using _arguments; fix typos. | Bart Schaefer | 2000-09-11 | 1 | -8/+75 |
| | |||||
* | more sensible value (12769) | Sven Wischnowsky | 2000-09-07 | 1 | -19/+26 |
| | |||||
* | stick some `N's into glob patterns (12768) | Sven Wischnowsky | 2000-09-07 | 6 | -19/+19 |
| | |||||
* | 12762: Akinori MUSHA: changes for new FreeBSD releases. | Peter Stephenson | 2000-09-06 | 1 | -1/+1 |
| | |||||
* | 3.1.9-dev-6 zsh-3.1.9-dev-6 | Peter Stephenson | 2000-09-04 | 1 | -1/+1 |
| | |||||
* | 12728: man -l / --local-file completes _files | Clint Adams | 2000-09-03 | 1 | -0/+4 |
| | |||||
* | 12720: replace _files with _path_files for two instances in _dpkg | Clint Adams | 2000-08-31 | 1 | -2/+2 |
| | |||||
* | new AIX specific completion function (12708) | Oliver Kiddle | 2000-08-27 | 1 | -0/+14 |
| |