]> arthur.barton.de Git - atom-ax-pipe.git/blobdiff - lib/pipe.coffee
Merge branches 'add-gitignore', 'dont-use-transactions' and 'workspace-addBottomPanel...
[atom-ax-pipe.git] / lib / pipe.coffee
index 97ada8a8b67092cfa294a493be4fdc635a32694f..7c97563e4eb1e2028090ad4a35a7b6e7fa1547ad 100644 (file)
@@ -28,12 +28,10 @@ module.exports =
 
       ranges = editor.getSelectedBufferRanges()
       wg = new WaitGroup ->
-        editor.commitTransaction()
         view.focus()
 
       wg.add(ranges.length)
 
-      editor.beginTransaction()
       for range, i in ranges
         marker = editor.markBufferRange range, properties
         processRange marker, editor, commandString, wg