Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Bug#428110: zsh: endless loop in command fc
- X-seq: zsh-workers 23540
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: Clint Adams <schizo@xxxxxxxxxx>, komar@xxxxxxx, 428110@xxxxxxxxxxxxxxx
- Subject: Re: Bug#428110: zsh: endless loop in command fc
- Date: Sat, 09 Jun 2007 16:19:08 -0700
- Cc: zsh-workers@xxxxxxxxxx
- In-reply-to: <20070609155622.GA340@xxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <20070609031713.7462.64574.reportbug@xxxxxxxxxxxxxxxxxxxxxxxxx> <20070609155622.GA340@xxxxxxxxxxx>
On Jun 9, 11:56am, Clint Adams wrote:
} Subject: Re: Bug#428110: zsh: endless loop in command fc
}
} On Sat, Jun 09, 2007 at 05:17:13AM +0200, komar wrote:
} >
} > If I enter this 4 command:
} > ===
} > echo 1
} > echo 2
} > r -2 -1
} > r -2 -1
} > ===
} > endless loop
I think you want "setopt hist_no_store" ...
(The shell is like any other programming language, it'll enter an infinite
loop if you program it to do so.)
Messages sorted by:
Reverse Date,
Date,
Thread,
Author