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

Re: New zed and refresh bug



> hzoli@xxxxxxxxxx wrote:
> > The zed distributed with pre4 does not exit properli on ^C interrupt.
                                                     ~~~ oops.
> > ...
> > integer tmout=TMOUT
> > ...
> >   TMOUT=tmout
> 
> I think some $ are wanted here.

The first is OK, and the second used to work because TMOUT was a special
integer parameter and $ is not necessary when assigning an integer
parameter.  But you are right that now TMOUT=$tmout or ((TMOUT=tmout))
should be used.  I'll fix it.

Zoltan



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