Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
custom script Bash completion
- X-seq: zsh-users 18134
- From: Thomas Ballinger <thomasballinger@xxxxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: custom script Bash completion
- Date: Sun, 10 Nov 2013 11:14:07 -0500
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=CAikizy/QmaO0UjGC1BRLKvTkvDkkzKUo3FJ/Tayt68=; b=Ts33sVSoFl0xt/kw7mhCiycC7aQTCdNkYE8BgE0h078tqLwKvNbCs8na6RZBwaevsy WTfluVAXVSHQFVYnG7iu7bpMRAMfSQiK/OFI0479naX0gFk5QRJDMNwCjOsV7FARkbOo yW2mxje2Niqvke1GpkxxDUWn8XswX6+YKE2XqK+se+/ypK0IV5ofX/bSZIp7XRK2eBE0 Qhah6ORSmIJE2zb2FZq1NnvmFneUex4nnbA8VqxsMA2MHYYHNfNe3ODgYBIQIpJnOtUO /7YquNhRdmYR3nVkK7GH3bBvLoa6nV368ZgWyAcwzPT+mI6mHKWpqIb+LJt18atwaCsj TT8g==
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
I'd like to use bash completion in zsh for a script with
complete -C 'tu --get-bash-completion' tu
'tu --get-bash-completion' is invoked by zsh completion, but the three
arguments bash would pass to it aren't being passed.
Is there another config option I need to know about, or is this behavior
not implemented?
Question also here:
http://stackoverflow.com/questions/19662649/using-bash-complete-c-in-zsh
Thanks,
Tom
Messages sorted by:
Reverse Date,
Date,
Thread,
Author