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

Completion segmentation fault



Hello,

I'm getting a segmentation fault when trying to complete (typing TAB)
> sh -c '. echo;
It seems that doing
> export WORDCHARS=""
before mitigates it. WORDCHARS=*?_-.[]~&;!#$%^(){}<> otherwise.

Using zsh 5.3.1 on Gentoo with the following .zshrc
> cat ~/.zshrc
autoload -U compinit
compinit



Messages sorted by: Reverse Date, Date, Thread, Author