summaryrefslogtreecommitdiff
path: root/Completion
AgeCommit message (Collapse)AuthorFilesLines
2002-05-23unposted: use zstyle again now when it worksAndrey Borzenkov1-4/+3
2002-05-2317125, 17159 (Oliver): info completionAndrey Borzenkov2-1/+54
2002-05-23for automatic long options completion, use the string after the equal signs ↵Sven Wischnowsky1-8/+23
(from the --help-text) as the description to shown when completing after the option (17214)
2002-05-23rename max-match-length style to max-matches-width (17213)Sven Wischnowsky2-4/+4
2002-05-2317211: respect $CVSIGNORE.Clint Adams1-0/+1
2002-05-21let _init_d use a pre-pattern (17193)Sven Wischnowsky1-1/+3
2002-05-21fix removal of automatically added specs (from the -- option) for which a ↵Sven Wischnowsky2-3/+3
user-defined one is present (17191)
2002-05-21better splitting of -g-strings; this failed when patterns contained spaces ↵Sven Wischnowsky1-2/+2
(17189)
2002-05-20(17021) Added _valgrind, completion function for Julian Seward's Linux-based ↵Felix Rosencrantz2-1/+49
memory checking tool.
2002-05-20Function for Tom Lord's arch SCM tool. It still has many problems,Felix Rosencrantz2-1/+1948
but seems to be the fullest larch completion function so far.
2002-05-14fix for _arguments: don't use argument-tag when completing options; fix for ↵Sven Wischnowsky2-2/+6
_services: leave loop when matches were produced (17148)
2002-05-14allow users to give the maximum number of display-columns the matches should ↵Sven Wischnowsky2-3/+10
take up via the style currently named max-match-length (17147)
2002-05-12unposted: fix context name; do not set style by default until it worksAndrey Borzenkov1-3/+4
2002-05-0817075, 17076: _urpmi and chkconfig/servicesAndrey Borzenkov7-121/+217
2002-05-0817074: mondoarchive completionAndrey Borzenkov2-0/+57
2002-05-06fix _arguments' -s option (17078)Sven Wischnowsky1-4/+2
2002-05-0317072: fix pushdminus handling in completion after directory stack referencesOliver Kiddle1-11/+6
2002-04-3017057: completion for debfosterClint Adams2-1/+94
2002-04-29unposted: add missing bracket in _spamassassin.Clint Adams1-1/+1
2002-04-25users/4865: Completion/compinit: need to add NO_octalzeroes toPeter Stephenson1-0/+1
$_comp_options.
2002-04-2517044: complete all files for w3m, not just *.html.Clint Adams1-1/+1
2002-04-16Modified _java to use _java_class.Felix Rosencrantz1-14/+5
2002-04-16make _path_files use match specs from the matcher style when calling ↵Sven Wischnowsky1-3/+3
compfiles (users/4836)
2002-04-16make _values not use -Q (16991)Sven Wischnowsky1-1/+1
2002-04-16make more calls to _message use the -e option (16988)Sven Wischnowsky36-72/+72
2002-04-1216973: complete package name argument to apt-cache policy.Clint Adams1-1/+1
2002-04-1216972: complete for aaaa, zone, mx, soa, txt.Clint Adams1-1/+1
2002-04-10New _java_class to find classes on the classpath.Felix Rosencrantz2-0/+16
2002-04-0416935: update options completed for ssh and add sftp completionOliver Kiddle1-193/+202
2002-04-0416934: complete ssh -1 as well as ssh -2.Clint Adams1-0/+1
2002-04-04add original string as match (like in _approximate)Oliver Kiddle1-3/+14
2002-04-0416923: add insert style for inserting matches instead of adding them as a matchOliver Kiddle1-2/+6
2002-03-2716913: fix completion after compdef -a and correct typosOliver Kiddle1-4/+5
2002-03-27John Beppu: 16866: new completion for figletOliver Kiddle1-0/+40
2002-03-19handle dot files and directories tooOliver Kiddle1-1/+1
2002-03-1916864: fix remote file completion with relative pathsOliver Kiddle1-8/+15
2002-03-19correct my mistake which broke file completion after grepOliver Kiddle1-1/+1
2002-03-19arg to -C option must be in the same wordOliver Kiddle1-1/+1
2002-03-1716850: remote file completion via rsync and ssh, plus all options valid in ↵Clint Adams1-14/+167
rsync 2.5.2.
2002-03-1716849: shift off `-s' argument.Bart Schaefer1-0/+1
2002-03-1716847: complete multiple -j's after cvs update.Clint Adams1-1/+1
2002-03-1716846: complete xdvi .dvi.gz and .dvi.bz2 too.Clint Adams1-1/+1
2002-03-1516842: resolve name clash for nc between netcat and the nedit client forOliver Kiddle12-94/+60
completion and add _pick_variant to resolve program variants in general
2002-03-1516838: complete new options of grep 2.5 and value for GREP_OPTIONS parameterOliver Kiddle1-12/+33
2002-03-1416823: complete for values of GZIP and any *PATH or *path parametersOliver Kiddle4-6/+13
2002-03-1416821+16831: _gzip, _compress, _bzip2 complete after redirectionsPeter Stephenson3-3/+3
2002-03-13remove that -T option to compdef again and instead use comma-separated ↵Sven Wischnowsky20-253/+184
sub-contexts both for function and style lookup (16819)
2002-03-1116804: completion for sccsOliver Kiddle2-1/+134
2002-03-1116803: option descriptionsOliver Kiddle2-96/+82
2002-03-1016789: completion for netcatClint Adams1-0/+34