Issue 192: Linewise yank 'Y' does not include the entire line.
http://code.google.com/p/yi-editor/issues/detail?id=192

New issue report by coreyoconnor:
What steps will reproduce the problem?
1. Start Yi using vim keymap
2. Insert the text:
Line 0
Line 1: This is !! some text.
3. Exit insert mode.
4. Place the insert point in between the !! characters
5. Press Y
6. Place the insert point on Line 0
7. Press p

What is the expected output? What do you see instead?
The expectation is for the resulting text to be:
Line 0
Line 1: This is !! some text
Line 1: This is !! some text

Instead the result is:
Line 0
! some textLine 1: This is ~~ some text



Issue attributes:
        Status: Accepted
        Owner: coreyoconnor
        Labels: Type-Defect Priority-Medium Component-Keymap-vim

-- 
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~---------~--~----~------------~-------~--~----~
Yi development mailing list
[email protected]
http://groups.google.com/group/yi-devel
-~----------~----~----~----~------~----~------~--~---

Reply via email to