Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: Test failures on MacOS with latest pull from git



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