Issue 134: (Vim) delete word (control-W) during insert should not 
always delete past the beginning of the line.
http://code.google.com/p/yi-editor/issues/detail?id=134

New issue report by coreyoconnor:
1. Using Vim keymap
2. Create a new file with the following line:
foo bar
    disco
3. Set the cursor at the beginning of disco.
4. Go to insert mode.
5. Type control-W

The editor should delete up to the start of line resulting in:
foo bar
disco
Instead the editor deletes beyond the start of the line and the result is:
foo disco



Issue attributes:
        Status: Accepted
        Owner: coreyoconnor
        Labels: Type-Defect Priority-Low

-- 
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
yi-devel@googlegroups.com
http://groups.google.com/group/yi-devel
-~----------~----~----~----~------~----~------~--~---

Reply via email to