misfo / jim

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

improve repeating of inserts with <Backspace> pressed #24

Closed misfo closed 13 years ago

misfo commented 13 years ago

If you insert some text, hit <Backspace> a few times, and then insert some more text then only the text after the <Backspaces> will be inserted in the repeat.

The logic in lastInsert method needs to handle backspaces just like Vim.

misfo commented 13 years ago

fixed by @sourrust's pull request #25