about summary refs log tree commit diff
path: root/Completion
Commit message (Collapse)AuthorAgeFilesLines
* Usual .distfiles tidy-up zsh-4.1.0-dev-5Peter Stephenson2002-06-171-1/+1
|
* 17266: check `manpath` even when $MANPATH is set.Clint Adams2002-05-311-8/+12
|
* fix for use of (z) parameter modifier; the first word in the parameter is ↵Sven Wischnowsky2002-05-291-2/+4
| | | | parsed like the first word on a command line, treating parens specially (17252)
* add handling for the other texinfo commands (besides info)Oliver Kiddle2002-05-281-53/+145
|
* 17244: don't complete udebs for dpkg -i or --unpackClint Adams2002-05-281-2/+2
|
* 17234: don't call _path_files with empty ().Clint Adams2002-05-261-1/+5
|
* 17225: $=CVSIGNORE instead of $CVSIGNOREClint Adams2002-05-251-1/+1
|
* unposted: use zstyle again now when it worksAndrey Borzenkov2002-05-231-4/+3
|
* 17125, 17159 (Oliver): info completionAndrey Borzenkov2002-05-232-1/+54
|
* for automatic long options completion, use the string after the equal signs ↵Sven Wischnowsky2002-05-231-8/+23
| | | | (from the --help-text) as the description to shown when completing after the option (17214)
* rename max-match-length style to max-matches-width (17213)Sven Wischnowsky2002-05-232-4/+4
|
* 17211: respect $CVSIGNORE.Clint Adams2002-05-231-0/+1
|
* let _init_d use a pre-pattern (17193)Sven Wischnowsky2002-05-211-1/+3
|
* fix removal of automatically added specs (from the -- option) for which a ↵Sven Wischnowsky2002-05-212-3/+3
| | | | user-defined one is present (17191)
* better splitting of -g-strings; this failed when patterns contained spaces ↵Sven Wischnowsky2002-05-211-2/+2
| | | | (17189)
* (17021) Added _valgrind, completion function for Julian Seward's Linux-based ↵Felix Rosencrantz2002-05-202-1/+49
| | | | memory checking tool.
* Function for Tom Lord's arch SCM tool. It still has many problems,Felix Rosencrantz2002-05-202-1/+1948
| | | | but seems to be the fullest larch completion function so far.
* fix for _arguments: don't use argument-tag when completing options; fix for ↵Sven Wischnowsky2002-05-142-2/+6
| | | | _services: leave loop when matches were produced (17148)
* allow users to give the maximum number of display-columns the matches should ↵Sven Wischnowsky2002-05-142-3/+10
| | | | take up via the style currently named max-match-length (17147)
* unposted: fix context name; do not set style by default until it worksAndrey Borzenkov2002-05-121-3/+4
|
* 17075, 17076: _urpmi and chkconfig/servicesAndrey Borzenkov2002-05-087-121/+217
|
* 17074: mondoarchive completionAndrey Borzenkov2002-05-082-0/+57
|
* fix _arguments' -s option (17078)Sven Wischnowsky2002-05-061-4/+2
|
* 17072: fix pushdminus handling in completion after directory stack referencesOliver Kiddle2002-05-031-11/+6
|
* 17057: completion for debfosterClint Adams2002-04-302-1/+94
|
* unposted: add missing bracket in _spamassassin.Clint Adams2002-04-291-1/+1
|
* users/4865: Completion/compinit: need to add NO_octalzeroes toPeter Stephenson2002-04-251-0/+1
| | | | $_comp_options.
* 17044: complete all files for w3m, not just *.html.Clint Adams2002-04-251-1/+1
|
* Modified _java to use _java_class.Felix Rosencrantz2002-04-161-14/+5
|
* make _path_files use match specs from the matcher style when calling ↵Sven Wischnowsky2002-04-161-3/+3
| | | | compfiles (users/4836)
* make _values not use -Q (16991)Sven Wischnowsky2002-04-161-1/+1
|
* make more calls to _message use the -e option (16988)Sven Wischnowsky2002-04-1636-72/+72
|
* 16973: complete package name argument to apt-cache policy.Clint Adams2002-04-121-1/+1
|
* 16972: complete for aaaa, zone, mx, soa, txt.Clint Adams2002-04-121-1/+1
|
* New _java_class to find classes on the classpath.Felix Rosencrantz2002-04-102-0/+16
|
* 16935: update options completed for ssh and add sftp completionOliver Kiddle2002-04-041-193/+202
|
* 16934: complete ssh -1 as well as ssh -2.Clint Adams2002-04-041-0/+1
|
* add original string as match (like in _approximate)Oliver Kiddle2002-04-041-3/+14
|
* 16923: add insert style for inserting matches instead of adding them as a matchOliver Kiddle2002-04-041-2/+6
|
* 16913: fix completion after compdef -a and correct typosOliver Kiddle2002-03-271-4/+5
|
* John Beppu: 16866: new completion for figletOliver Kiddle2002-03-271-0/+40
|
* handle dot files and directories tooOliver Kiddle2002-03-191-1/+1
|
* 16864: fix remote file completion with relative pathsOliver Kiddle2002-03-191-8/+15
|
* correct my mistake which broke file completion after grepOliver Kiddle2002-03-191-1/+1
|
* arg to -C option must be in the same wordOliver Kiddle2002-03-191-1/+1
|
* 16850: remote file completion via rsync and ssh, plus all options valid in ↵Clint Adams2002-03-171-14/+167
| | | | rsync 2.5.2.
* 16849: shift off `-s' argument.Bart Schaefer2002-03-171-0/+1
|
* 16847: complete multiple -j's after cvs update.Clint Adams2002-03-171-1/+1
|
* 16846: complete xdvi .dvi.gz and .dvi.bz2 too.Clint Adams2002-03-171-1/+1
|
* 16842: resolve name clash for nc between netcat and the nedit client forOliver Kiddle2002-03-1512-94/+60
| | | | completion and add _pick_variant to resolve program variants in general