From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20288 invoked by alias); 1 Jun 2017 02:27:09 -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: 41188 Received: (qmail 6339 invoked from network); 1 Jun 2017 02:27:09 -0000 X-Qmail-Scanner-Diagnostics: from rcpt-expgw.biglobe.ne.jp by f.primenet.com.au (envelope-from , uid 7791) with qmail-scanner-2.11 (clamdscan: 0.99.2/21882. spamassassin: 3.4.1. Clear:RC:0(133.208.98.2):SA:0(-0.7/5.0):. Processed in 1.646385 secs); 01 Jun 2017 02:27:09 -0000 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW, RP_MATCHES_RCVD,SPF_PASS autolearn=unavailable autolearn_force=no version=3.4.1 X-Envelope-From: takimoto-j@kba.biglobe.ne.jp X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | Received-SPF: pass (ns1.primenet.com.au: SPF record at spf01.biglobe.ne.jp designates 133.208.98.2 as permitted sender) X-Biglobe-Sender: Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 6.6 \(1510\)) Subject: Re: Zsh Bug Report: vi mode inner motions diw and ciw incorrect From: "Jun T." In-Reply-To: <559FA8F10BF2244B9DA5E70F5B6BA9A00112A30093@OPCHMS0002.comp.optiver.com> Date: Thu, 1 Jun 2017 11:26:54 +0900 Cc: John Kaczor Content-Transfer-Encoding: quoted-printable Message-Id: <47CA014E-7DE7-4485-ACCE-F98F5C140376@kba.biglobe.ne.jp> References: <559FA8F10BF2244B9DA5E70F5B6BA9A00112A30093@OPCHMS0002.comp.optiver.com> To: "zsh-workers@zsh.org" X-Mailer: Apple Mail (2.1510) X-Biglobe-Spnum: 60013 On 2017/06/01, at 6:49, John Kaczor wrote: > In zsh version 5.3.1 vi-cmd-mode, typing diw when the cursor is at the = end of "/path/to/dir" deletes the entire string instead of just "dir". I can't reproduce this. Please try the following bindkey command to see "iw" is actually bound to select-in-word. zsh% bindkey -M viopp iw "iw" select-in-word=