WarWithinMe / xVim

A SIMBL Plugin to provide Vim Key Binding for MacOSX editors.
128 stars 7 forks source link

dd doesn't work on the last line of the file #5

Closed atg closed 12 years ago

atg commented 12 years ago

To test

o ESC j dd

Since the line doesn't have a trailing newline, it should delete the the newline before it (if it has one).

(there's another bug there, which is that o should move down to the next line, which it doesn't if it's at character 0 of the document)

WarWithinMe commented 12 years ago

Done.