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

History bug in zsh 5.0.5



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