Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Tab completion error after upgrade
* Thorsten Kampe (Sat, 27 Jun 2015 12:09:11 +0200)
> The error comes from "setopt no_multifuncdef" in my .zshrc.
This is the description of the option from the man page:
Allow definitions of multiple functions at once in the form `fn1
fn2...()'; if the option is not set, this causes a parse error.
Definition of multiple functions with the function keyword is always
allowed. Multiple function definitions are not often used and can
cause obscure errors.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author