Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
History bug in zsh 5.0.5
- X-seq: zsh-workers 32699
- From: RoboSloNE <roboslone@xxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: History bug in zsh 5.0.5
- Date: Wed, 4 Jun 2014 11:36:47 +0400
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:content-type:subject:message-id:date:to:mime-version; bh=iYcuKMKGY9Ff/7UTd+mE4dkzOPyJRkwTE9NN0oMBKNA=; b=m+2sIT4dgtteofflh1EwNmmFua49toDBKlwm5Dmz4t2DtwnfX7ZH/zNikn1ltPhpzq ui64/O51DFGI7XkxHAmaDA3KacyEl2fkkEKQ3tWZHGm3R7ATG3CoSrpcoVoAXdxLyWSm ZVbECQKv+ARM16ghfSsvJInQDX7XZPsLCrH9C67lDFgtk0ZiCIjBr7f5pPzImElYYQj6 aaE5L84w1Xsqdbu/E6L1fqS0ldrbC519oKfaDNVTJwY9povakE6EbMvG+wOhsKOrpbE7 97ZcYGym+gGJBRo5KM5xhZg2/KuQP47uoH6idys56YyvELk9vUo58BV6QaDeZ/vP53/W ECZQ==
- 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
Hello,
I found this bug in latest zsh (I’ve not tried git version yet): incremental history doesn’t work right after command is executed, it waits for the next command to log first one.
> How to reproduce:
> 1. Enable this options in ~/.zshrc: extended_history, inc_append_history, share_history
> 2. Restart shell
> 3. Open two tabs (shells)
> 4. Type 'echo 123' in first shell
> 5. Press Ctrl+R in second shell: 'echo 123' is not in history
> 6. Just press enter
> 7. CTRL+R, and you'll see the updated list
Maybe this discussion will be some help.
Thanks in advance.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author