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

Re: Segfault in paramsubst() from completion (regression from 5.3.1)



Daniel Shahaf wrote on Mon, 28 Aug 2017 00:50 +0000:
> Just found this:
> 

Actually, just:

autoload compinit
compinit
compdef _normal f
f <TAB>

segfaults.

>     % autoload compinit
>     % compinit
>     % _f() { _arguments '1: :_files' '2: :_hosts' ':: : _normal' }
>     % compdef _f f 
>     % f x y <TAB>



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