Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Test failures on MacOS with latest pull from git
- X-seq: zsh-workers 33584
- From: Oliver Kiddle <okiddle@xxxxxxxxxxx>
- To: Zsh workers <zsh-workers@xxxxxxx>
- Subject: Re: Test failures on MacOS with latest pull from git
- Date: Fri, 31 Oct 2014 13:56:21 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.co.uk; s=s2048; t=1414760183; bh=IN9WEc2QQ4NVxZHmaIwppPc6vCoit9mqACq2EJiofek=; h=In-reply-to:From:References:To:Subject:Date:From:Subject; b=cmGGdhZyWkZSC0mX7VHBX6dGi7bc/BZlRjsJliD/Z7+5TjB+HjZihR8jjSynFM63BaINCbyTiGVm9Qgvi+98JPzhIc0Qr902xmH6lx0o1JSGE3lDrJ/j8a+v4t63y8e3aOWZFRVFR1FsE1XqWfrWM/Ezn7vhqAoEsSaGZScAB1LdH/yxK+Yaq9wfzV9fRtzsBactr6Y3X1YoqjdZYJylSF6LLAhVmwaaHYf8dOu9UR1ltjVt3stWcQPWMdR0Vb7arpJPwp4UxtPVAZfUKhQ0GL5+i9Pml6Mfh2ct3eUJ1KbPO7OdpuC7p3FzIT5PpwLh3D95fyk83k1qSS3MTRXKDg==
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=s2048; d=yahoo.co.uk; b=h0cwbd5VEq4vRbWCPoXsiV0hSg19nnN1gYjbEpkdFEaiuqOfCcAs9EcQJzVXgpVzHrPaH+vHw1KE6H67mph+YUrKKWciq0nIHVRdWOm6dAIfxL/fm5dYuUPGmZCSnVxdlsfZGpbqsYLjzTyJZOM2+zuabLSduwK5ygbsQJEPr5BGcwqDJx1nIF9GebqyDhNbHm9jIRYaR4w33uxR2qJzHmKqEA+yjnNcPUCruhcRFZYWH2JAYXhHkrhjlSVdQ5KL0L8LS3ECrJTJ/iu0+zz4rvhLXI5+RT8dBs128xJn8VTtXy74G7rURZr8Ox2G+YZIakK4q7TvizIDOF9Xgu+5Jg==;
- In-reply-to: <141030175304.ZM29972@torch.brasslantern.com>
- 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: <alpine.LRH.2.00.1410301625110.26348@toltec.zanshin.com> <141030175304.ZM29972@torch.brasslantern.com>
Bart wrote:
> }
> } *** 1,2 ****
> } ! BUFFER: SwordE
> } ! CURSOR: 4
> } --- 1,2 ----
> } ! BUFFER: SeE
> } ! CURSOR: 1
I can't work out what could be happening here. I don't have access to a
MacOS box. Could you perhaps step through it slowly to get an idea if
the problem is vi-put-before or yank-pop. The steps are:
zsh -f
bindkey -v
bindkey -a "^P" yank-pop
word<Ctrl-W>line<Esc>ddiSE<Esc>P<Ctrl-P>
The paste should put "line" above the current line and the yank-pop
should remove that line and insert "word" with the cursor over the d.
> Same test fails in a slightly different way on my CentOS box:
Actually that's a different test. Almost the same but doing hp instead
of P. In this case, I made a mistake and didn't copy the latest test
script over. Sorry, I've checked in the correction.
Thanks
Oliver
Messages sorted by:
Reverse Date,
Date,
Thread,
Author