Updated to get rid of deprecated use of undo: 'skip', attempt 2 (#5)
- Updated to get rid of deprecated use of undo: 'skip'
- Use
editor.buffer.groupLastChanges()
instead ofeditor.groupLastChanges()
to avoid jumping cursor issue when moving across empty lines.
Fixes #3
Thanks @dowatugkins