Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: Bug#236350: zsh: _prefix completer broken?



>     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