misfo / jim

Vim mode for Ace (Github & Cloud9's editor)
http://misfo.github.com/jim
MIT License
65 stars 3 forks source link

Backspace in inserts (#24) #25

Closed sourrust closed 13 years ago

sourrust commented 13 years ago

lastInsert now grabs the text before and after backspaces.

misfo commented 13 years ago

Wow. This is good stuff. I'll take a closer look when I'm at a computer, but it looks good to me. Thanks for adding the tests

On Sep 3, 2011, at 2:59 AM, sourrustreply@reply.github.com wrote:

lastInsert now grabs the text before and after backspaces.

Reply to this email directly or view it on GitHub: https://github.com/misfo/jim/pull/25

sourrust commented 13 years ago

Alright, I think this will close the concerns you brought up.

misfo commented 13 years ago

This is really close. Thanks for all your hard work. I put a few more line notes into the commit for some of the last bits that need to be accounted for.

sourrust commented 13 years ago

It took awhile, but I think got the last two issues

misfo commented 13 years ago

Noice! All merged in. Thanks again