todotxt / language-todotxt

Syntax highlighting and utilities for todo.txt files for atom.io
BSD 2-Clause "Simplified" License
30 stars 16 forks source link

Run todotxt:done command in a transaction #47

Closed silentmatt closed 6 years ago

silentmatt commented 6 years ago

Currently, if you mark an item as done, then undo, you get a blank line. You have to undo again to restore the original line. Running the editing commands in a TextBuffer transaction will let them both be undone at the same time.