Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: [zsh 5.0.2] Bug with option histreduceblanks and specific $WORDCHARS ?
- X-seq: zsh-workers 32827
- From: Paul Gaborit <paul.gaborit@xxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: Re: [zsh 5.0.2] Bug with option histreduceblanks and specific $WORDCHARS ?
- Date: Wed, 2 Jul 2014 00:16:53 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=ibi6L4njFomwfCuPEepGC5UGCG95bzNEdTh6Z+tM8SM=; b=QudlZsQREnxy8p6Th3A3MB4PHTR8h6uqqrPxGWit4TcNZdI23enJxY+cOGM7NCHsuN PgNvVBl8g4bREE3Km6uCwUWhv6dt2gel2QEHSYEjUvEcCXtXnJF8CpZ2Mf+6qBzXztyU gSFW79KL72I2k+tfLEXTUI/Jff1uNMT5+wUHnnUZ4VqvO0Zj4dIn0OHyVguylcEYNd+2 3lCfc5s/CdGNXlqezL/O23+pcwZtbvMRzde+Ifbu4NCNZqZfQeb3X58eJhDGZp/dQ/pN jr08N3q8/GmmQe5DPJuKqFl3NqiMEbUNWJxN5VA1rUE87FZC8eeJAeKXFaTu/bt1RvZJ bJrg==
- In-reply-to: <CAMTjwZeUnThMU2ib_kKLTp13p=0t_RwmptcPAHrmn5zyoiv=EA@mail.gmail.com>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <CAMTjwZeUnThMU2ib_kKLTp13p=0t_RwmptcPAHrmn5zyoiv=EA@mail.gmail.com>
This may be the same bug in this message: <
http://www.zsh.org/mla/users/2013/msg00456.html>...
--
Paul Gaborit
2014-07-02 0:04 GMT+02:00 Paul Gaborit <paul.gaborit@xxxxxxxxx>:
> Hello,
>
> I use zsh 5.0.2 with xubuntu 14.04. I use the option 'histreduceblanks'
> and the value of $WORDCHARS is '*?_-.[]~=&;!#$%^(){}<>' (without quotes).
> If I type a command with two consecutive spaces and some '/', the history
> is broken.
>
> Ex:
>
> % setopt
> noautomenu
> nobeep
> nobgnice
> correct
> histnostore
> histreduceblanks
> histsavenodups
> histverify
> nohup
> interactive
> monitor
> shinstdin
> zle
> % echo $WORDCHARS
> *?_-.[]~=&;!#$%^(){}<>
> % cd /tmp
> % history -1
> 9047 cd tmpp
>
> (Note: there is two spaces between 'cd' and '/tmp')
>
> Is it a bug ?
>
> Thanks.
>
> --
> Paul Gaborit
>
>
Messages sorted by:
Reverse Date,
Date,
Thread,
Author