mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-04 08:30:54 +02:00
correct cursor position in test
This commit is contained in:
parent
1e14fd57a8
commit
1d261ef53a
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2014-10-31 Oliver Kiddle <opk@zsh.org>
|
||||
|
||||
* unposted: Test/X02zlevi.ztst: correct cursor position in test
|
||||
|
||||
2014-10-31 Peter Stephenson <p.stephenson@samsung.com>
|
||||
|
||||
* unposted: .gitignore: add /.project for GitEye.
|
||||
|
|
|
@ -136,7 +136,7 @@
|
|||
zletest $'word\C-wline\eddiSE\ehp\C-P'
|
||||
0:line based put after followed by character based yank-pop
|
||||
>BUFFER: SwordE
|
||||
>CURSOR: 5
|
||||
>CURSOR: 4
|
||||
|
||||
zletest $'line\eddiword\C-w\eiSE\ehp\C-P'
|
||||
0:character based after before followed by line based yank-pop
|
||||
|
|
Loading…
Reference in a new issue