Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Bug in ZSH's vi emulation
- X-seq: zsh-workers 39824
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: Re: Bug in ZSH's vi emulation
- Date: Thu, 3 Nov 2016 09:06:02 -0700
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=brasslantern-com.20150623.gappssmtp.com; s=20150623; h=from:message-id:date:in-reply-to:comments:references:to:subject :mime-version; bh=qUY3JAeU5MCEonSgxhYaEHsaoJH7ZwCwDNWT877Q4Aw=; b=uNxWGbRsJTjkH6NxXQL2oRU5O1+VYT08MGdc8oP+XctRQeaaYaDsAA7v72rlvbHdlC bJGAo6tRsiJQux4pUlh98/xGgYNu42g59ucEv/jXe3UQtjl0AXAJjGfYM14HIHvVcHMO CFojzwQ78Q3NIKbwh5u2l7CxxU2cHAkKYvw5kzk3P21cr2n9N2FYgDnjosq8iN55CYdD zVLW2sfPbswEpYAFi9jIK9K8ijuT6ivA51wsHEuxnsvAGjl1TjCQ4zhx6MPVppuQ2c4z nOcRX01uamL577lRvgF28BT0y4MKyd8s3cWX+JLav8r4Y1rW8vGU08eGXwoSBvAu32cq ze0Q==
- In-reply-to: <37864.1478176981@hydra.kiddle.eu>
- 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: <20161005080921.GB26647@raspi> <161005101938.ZM12590@torch.brasslantern.com> <20161102045925.GA6763@fujitsu.shahaf.local2> <11719.1478105483@hydra.kiddle.eu> <161102214418.ZM12525@torch.brasslantern.com> <37864.1478176981@hydra.kiddle.eu>
On Nov 3, 1:43pm, Oliver Kiddle wrote:
}
} Works well in my testing too. We should add a new testcase too such
} as that below.
Revised somewhat:
diff --git a/Test/X02zlevi.ztst b/Test/X02zlevi.ztst
index ced7030..70fef4c 100644
--- a/Test/X02zlevi.ztst
+++ b/Test/X02zlevi.ztst
@@ -244,6 +244,14 @@
>BUFFER: binging
>CURSOR: 3
+ print -u $ZTST_fd 'This test may hang the shell when it fails...'
+ zletest $'worm\erdhd..'
+0:use of vi-repeat as the motion and repeat after a failed change
+>BUFFER: word
+>CURSOR: 2
+F:For vi compatibility, "." should repeat the "rd" change after "d."
+F:Update result to ">BUFFER: wodd" if compatibility is repaired.
+
zpty_run 'bindkey "^_" undo'
zletest $'undoc\037e'
0:use of undo in vi insert mode
Messages sorted by:
Reverse Date,
Date,
Thread,
Author