summaryrefslogtreecommitdiff
path: root/Completion
AgeCommit message (Collapse)AuthorFilesLines
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 ↵Sven Wischnowsky3-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)
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 ↵Sven Wischnowsky1-5/+7
all files as a default for co (3472)
2000-10-23change some tags used in filename completion: no tag for file-sort, ↵Sven Wischnowsky1-4/+4
fake-files and ignore-parents, paths for accept-exact (13037)
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 ↵Sven Wischnowsky2-24/+0
zstyle -e (12974)
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 ↵Sven Wischnowsky4-22/+53
representing all other matches; remove completions style from _expand(|_word) (12960)
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 ↵Sven Wischnowsky2-5/+11
set (12946)
2000-10-10temporarily remove global aliases to avoid error message inside the evals ↵Sven Wischnowsky1-4/+22
(12942)
2000-10-06search for *.tif file, too (12919)Sven Wischnowsky2-89/+35
2000-10-06more option setting cleanup; remove some unnecessary setopts, remove N ↵Sven Wischnowsky16-35/+27
qualifiers (12917)
2000-10-06Other places where `unsetopt cshnullglob' is needed.Bart Schaefer8-16/+16
2000-10-05unset cshnullglob (12899)Sven Wischnowsky1-2/+2
2000-10-05complete after autoloaded directories (a rather ugly hack); remove old code ↵Sven Wischnowsky2-1/+5
in _files (comma separated patterns); improve docs for fake style and for comma separated qualifier lists (12892)
2000-10-04* 12886: Completion/User/_cvs: make _cvs_vendor_branches to handleTanaka Akira1-5/+8
remote-access style.
2000-10-04* 12872: Completion/User/_cvs: Fix modules completion when a cvsrootTanaka Akira1-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.
2000-09-21Fiddle with _expand_word and its doc.Bart Schaefer2-2/+10
2000-09-14Use ${(q)tmp} after all.Bart Schaefer1-1/+1
2000-09-11Redo _zle using _arguments; fix typos.Bart Schaefer1-8/+75
2000-09-07more sensible value (12769)Sven Wischnowsky1-19/+26
2000-09-07stick some `N's into glob patterns (12768)Sven Wischnowsky6-19/+19
2000-09-0612762: Akinori MUSHA: changes for new FreeBSD releases.Peter Stephenson1-1/+1
2000-09-043.1.9-dev-6Peter Stephenson1-1/+1
2000-09-0312728: man -l / --local-file completes _filesClint Adams1-0/+4
2000-08-3112720: replace _files with _path_files for two instances in _dpkgClint Adams1-2/+2
2000-08-27new AIX specific completion function (12708)Oliver Kiddle1-0/+14
2000-08-23complete compressed files for gv; improve results from _pspdf (12692)Sven Wischnowsky4-9/+72
2000-08-21use return value (12682)Sven Wischnowsky1-0/+2
2000-08-18enhance _zmodload to use _arguments (12677)Oliver Kiddle1-17/+42
2000-08-16remove unnecessary localSven Wischnowsky1-3/+2
2000-08-1512650: don't show aliased modules if there aren't anyPeter Stephenson1-2/+5
2000-08-15call ps only once and be more intelligent when finding the PIDs (12640)Sven Wischnowsky2-14/+16
2000-08-15small improvement to allow lists where the pid is not in the first column ↵Sven Wischnowsky1-2/+2
(12635)
2000-08-14Andrej, 12614: DLL is a shared library suffix.Bart Schaefer1-1/+1
2000-08-11fixes for completion in math contexts (12592)Sven Wischnowsky1-1/+1
2000-08-10add -g option to _parameters to restrict type of parameters completed (12583)Oliver Kiddle5-10/+26
2000-08-10add -g option to _parameters to restrict type of parameters completed (12583)Oliver Kiddle1-1/+1
2000-08-09new completion for read builtin (12578)Oliver Kiddle3-5/+23
2000-08-08handle the right option in strings with multiple single-letter options (and ↵Sven Wischnowsky1-1/+1
correctly handle its argument) (12567)
2000-08-08more fixes for completion of special characters (quoting) (12565)Sven Wischnowsky2-7/+26
2000-08-0812561: Completion/Builtins/_zmodload, Doc/Zsh/builtins.yo,Peter Stephenson1-2/+9
Src/builtin.c, Src/module.c, Src/zsh.h: aliases for modules done internally via `zmodload -[AR]'