Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Bug#236350: zsh: _prefix completer broken?
- X-seq: zsh-workers 19543
- From: Clint Adams <schizo@xxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx, Andrew Pimlott <andrew@xxxxxxxxxxx>, 236350-forwarded@xxxxxxxxxxxxxxx
- Subject: Re: Bug#236350: zsh: _prefix completer broken?
- Date: Fri, 5 Mar 2004 20:35:13 -0500
- In-reply-to: <E1AzKUu-0003tz-00@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <E1AzKUu-0003tz-00@xxxxxxxxxxxxxxxxxxxxxxxxx>
> zstyle ':completion:*' completer _complete _prefix
>
> However, it doesn't seem that _prefix is having any effect. According
> to everything I've read, I should be able to type "vfoo", put the cursor
> over the 'f', hit tab, and get offered completions like "vi", etc.
> Instead, I just get a beep.
If you setopt COMPLETE_IN_WORD, it will complete vi, but otherwise, it
doesn't appear that $SUFFIX is being set.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author