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

Re: history distortion



I was seeing this too, up to a couple months ago (apologies for being
too lazy to report). I'm on an Arch rolling release and it's fixed
now, so not sure if the problem was specific to the zsh version or
something else on the system that updated (saw an earlier thread about
a memcmp bug, I think). I saw it fix itself in zsh-5.0.5, but it was
possibly earlier. You should try upgrading to it to see if that does
the trick.

--
twitter:@MicahElliott  |  email:mde@xxxxxxxxxxxxxxxx  |  http://membean.com
Remember your words with Membean!


On Wed, Feb 12, 2014 at 9:28 AM, Manfred Lotz <manfred.lotz@xxxxxxxx> wrote:
> Hi all,
> I have a strange phenomen that history entries get distorted.
>
> Example:
>  while ....;done
>
> will be changed to
>   while ....;onee
>
> when I retrieve the command.
>
>
> zsh is zsh 5.0.2 (x86_64-redhat-linux-gnu).
>
>
> History related options:
>
> extendedhistory
> histignorealldups
> histignorespace
> histnofunctions
> histnostore
> histreduceblanks
> sharehistory
>
>
> Any idea where this could come from. I didn't change locale or
> terminal.
>
>
>
> --
> Manfred



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