Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
typeset completion with arguments after cursor
- X-seq: zsh-workers 39022
- From: Mikael Magnusson <mikachu@xxxxxxxxx>
- To: zsh workers <zsh-workers@xxxxxxx>
- Subject: typeset completion with arguments after cursor
- Date: Thu, 11 Aug 2016 07:31:07 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to; bh=0sWyugxEQbByCXChizCx0Az9C6jRNkg/s6ouLhYFm9o=; b=utnYGyuBdsQUCFkx5rfsyM/9+pJ171KLL+fVOqxTQVWj+ydD73t+osHNhaCnrMvCxp 9kjYUCnf9DEPYKE037FfykDKs8z8lji0fKJNwKZNLOxjRhdFvR4R2GvMojZ+035OWijr +63ojRO8qYnvuvS3cjUqjHxsTblXQS/UoA98Do929wawgpQ1BlgjHUqRn9DW6fjZycZ6 QRs10Zz0ElHTd3MMoUOFYu7J4UIrBifC9r/GWBjqfwppnWjXVaf3wt2uWEQu3eiuZu0U pjzaRULJxrDaWdo/AcM5NE7i0GQ8vz2W1DAOnx3JkRASLJEVUI0ArIX3uxSIpxs36YZv kCQQ==
- 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
When you do this
typeset -<tab> a
it just completes an equal sign, instead of the correct options.
Without the `a` present it works fine, but I'm not sure what is
missing from the completion to make this work correctly, and it seems
to use some extra magic than usual as well. "This function uses whacky
features of _arguments"
--
Mikael Magnusson
Messages sorted by:
Reverse Date,
Date,
Thread,
Author