From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12220 invoked by alias); 4 Jun 2014 07:36:56 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 32699 Received: (qmail 6800 invoked from network); 4 Jun 2014 07:36:53 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.7 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.2 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== X-Received: by 10.113.4.70 with SMTP id cc6mr37071255lbd.21.1401867409912; Wed, 04 Jun 2014 00:36:49 -0700 (PDT) From: RoboSloNE Content-Type: multipart/alternative; boundary="Apple-Mail=_C8D6BDB4-D91E-4D81-8ED0-342CFC0A30A8" Subject: History bug in zsh 5.0.5 Message-Id: <8020140C-4E21-4136-BA9B-D258065847E5@gmail.com> Date: Wed, 4 Jun 2014 11:36:47 +0400 To: zsh-workers@zsh.org Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.2\)) X-Mailer: Apple Mail (2.1878.2) --Apple-Mail=_C8D6BDB4-D91E-4D81-8ED0-342CFC0A30A8 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=windows-1252 Hello, I found this bug in latest zsh (I=92ve not tried git version yet): = incremental history doesn=92t 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.= --Apple-Mail=_C8D6BDB4-D91E-4D81-8ED0-342CFC0A30A8--