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

Re: Bug#271488: zsh: Option AUTO_CONTINUE can't be set



There appears to be a logic error; opts[AUTOCONTINUE] is immediately set
back to oautocont (which is 0).

> The shell option AUTO_CONTINUE cannot be set using setopt:
> 
> $ setopt KSH_OPTION_PRINT
> $ setopt AUTO_CONTINUE
> $ setopt | grep -i continue
> autocontinue          off
> 
> The second setopt command is just ignored.



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