Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
_values with arguments in separate words
- X-seq: zsh-workers 49774
- From: Matthew Martin <phy1729@xxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: _values with arguments in separate words
- Date: Wed, 23 Feb 2022 22:03:07 -0600
- Archived-at: <https://zsh.org/workers/49774>
- List-id: <zsh-workers.zsh.org>
- Mail-followup-to: zsh-workers@xxxxxxx
_ifconfig uses _values -S ' ' -w seemingly in an attempt to complete the
arguments in a separate word; however,
ifconfig if address <tab>
completes value keywords again. To complete the argument one must
ifconfig if address' '<tab>
which, of course, ifconfig does not parse.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author