Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Using zsh completion outside zsh
- X-seq: zsh-workers 28212
- From: ZyX <zyx.vim@xxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: Using zsh completion outside zsh
- Date: Sat, 28 Aug 2010 17:47:13 +0400
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:reply-to:to:subject:date :user-agent:mime-version:content-type:content-transfer-encoding :message-id; bh=AmA6DZX2ndrtv9OFGruXCLD1IdoqIthzbZjNS3LTXts=; b=Q0tXHNTficAVAnY8p/ColwvEBBqrgVl2hl6Gli6Er6r3hC2dINYzk5U+vrFNG7Ssq3 1dH+BNiBC2ARmrwT5+pqxdPpgGKbaZYHF5WzBSBwJxcChiEow+610qrc9yNxK0sCWZGd 2MqotuIQ74jXs7wRD+Mh5izOSNDzBspmWW7UQ=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:reply-to:to:subject:date:user-agent:mime-version:content-type :content-transfer-encoding:message-id; b=Wo9JREkZrcZd6QV8UqbxMm4e8djCIjQ5I7AJhw5PWXvubHSAqbUc0txLrav/mxAJrm sNfJCitHY+OIlUGVqpl21GXiYMm4H+STsiQMhhSSs9qq5R4QLGazLdKWaV8GjWx0G/AG WhPWB0bPrdZ4AXc9EK1YCqb4w8ECUwokq/E8M=
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- Reply-to: zyx.vim@xxxxxxxxx
What is the best way to use zsh completion outside zsh? I know that I can
redefine compadd builtin with custom function and parse its options, but is
there a better way?
I want to add omni completion for shell scripts to Vim based on zsh completion
system.
Attachment:
signature.asc
Description: This is a digitally signed message part.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author