Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PATCH: key bindings, fixes, docs, tests for vi stuff
- X-seq: zsh-workers 33711
- From: Oliver Kiddle <okiddle@xxxxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: Re: PATCH: key bindings, fixes, docs, tests for vi stuff
- Date: Wed, 19 Nov 2014 09:48:08 +0100
- Cc: Ray Andrews <rayandrews@xxxxxxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.co.uk; s=s2048; t=1416386889; bh=SqHcWnmzezchrgnmkwuFlM/eipnkEcVMDey0s9dOPHA=; h=cc:In-reply-to:From:References:To:Subject:Date:From:Subject; b=t0E1wEcJAG9yZzRHGx9jZ0o2PXOveNwALaHDqMID0wZZdN82G0u9eiYBLhJXbkS8dnPKfX8X/Rs3TwFRjNcpZHu3NIEf7v1iUM7YyFjxb/ehkjK/0nxO1FnzOjmCkCWR6HUeL2bvSalow9esaLVQxnEyW/r1DkhNdB+GYxLVa6/gmxfe9UOfZdypIQOb2dwUUGwsigg9IOIK4dY616/DlI4XPyxyBUynKh3I/oRJ3nKHhUuJtk+gdIZMbWSChUhTZlJ9ce37T3OnqNKoE/SBLmW/c+iAVSaVwitNw3wFggdEiNtg9AdD4t+qn4jTurSV8mGfBHMdAcDhHDb5ChXlpA==
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=s2048; d=yahoo.co.uk; b=lzaJTjtZX9K2ew3IB4sCAYGqytTE7/rvDDzxN8QRdOqHyvZSBjxKnGqGd2+c09ktJ9h1xy0MIiHdlm3ULAY6+isr0Bwxsq1H2jOnQVqGnIWB53FhiadlXt1jTmDWhXUX17MaJgWWIOHHd1qD8GszGDZnfUB0gdUNrqcrZWMr8ScGfO6QTPkNMeJLdFsjWEP3KKTUrI5g/7XKv4H+guF3pZHmvGX5eqqn4Pq0+gjAFcpaDLYECnPndp+4UNOL7OIfaqeV4Q5ZLp9lpFl8PRYXJfaFPnS/0ob8Luy54/+aTPLdtiOIwJsyQMvS71uhIe1OaaeX5JnZS2KQWQMy6OpeJQ==;
- In-reply-to: <42F4E5F2-97E7-4803-87CB-B1C67CD943B2@kba.biglobe.ne.jp>
- 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: <930.1416260160@thecus.kiddle.eu> <42F4E5F2-97E7-4803-87CB-B1C67CD943B2@kba.biglobe.ne.jp>
"Jun T." wrote:
> *** 1,2 ****
> ! BUFFER: word
> ! CURSOR: 0
> --- 1,2 ----
> ! BUFFER: ----word ---- word word---- w30|daw22|daw14|daw2|daw ----
> ! CURSOR: 65
> Test ./X02zlevi.ztst failed: output differs from expected as shown above for:
> zletest $' ----word ---- word word---- ----\e42|daw30|daw22|daw14|daw2|daw'
> Was testing: delete all word on blanks
Thanks for letting me know. Sorry about this.
> Apparently 'daw' is not working.
> One or more diff hunk(s) are missing in the patch?
I must have made a mistake when resolving conflicts in a git rebase
and the tests found their way into the patch I posted. And because the
implementation of aw was in a loadable module, the tests actually passed
when I checked them: it must have picked up the module from a previous
build.
I'd prefer to leave the test in for now because I should have the
associated code in good enough shape to post before long so please be
patient for now.
Oliver
Messages sorted by:
Reverse Date,
Date,
Thread,
Author