Just noticed this vim-ish anomoly:

Body pane, command state, this in the buffer:

-----------------
a

b

c
------------------

delete a single line command 'dd' -

Position cursor on a; execute dd;  single line (containing a) deleted;
Undo;
Position cursor on line after a; execute dd;  two lines deleted (the
blank line after a, and the following line containg b);

This seems true for any blank line -> try to delete it, and the line
following is also deleted.

On Jun 16, 4:02 pm, "Edward K. Ream" <[EMAIL PROTECTED]> wrote:
> Afaik all vim-like patches have been applied to the latest trunk:
>
> Headline pane:
>
> - (Done earlier) Prevent "--> exit-named-modes" from switching focus
> to the Body pane.
>     Removed 'c.frame.log.deleteTab('Mode') from endMode
>
> Body pane:
>
> - (Done today) Enable search for 'space' character in text
>     Removed 'if ch.isspace(): return' in zapToCharacter:
>
> - (Done today) Eliminate delete-word from removing trailing white
> space
>     Removed 'self.killWs(event)' in killWord and backwardKillWord
>
> - (Done earlier) Put zapped text to clipboard
>     Added 'g.app.gui.replaceClipboardWith(s[ins:i])' after
> 'sel.addToKillBuffer(s[ins:i])' in zapToCharacter
>
> Imo, the changes to delete-word and backward-delete-word are slightly
> dubious, but they will remain unless people complain.
>
> I plan now to resolve most of the remaining vim problems.
>
> Edward
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"leo-editor" group.
To post to this group, send email to leo-editor@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/leo-editor?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to