Implement d

This commit is contained in:
jazzpi 2015-04-06 13:18:31 +02:00
parent 657a92e84e
commit 8087ca3aeb

View file

@ -225,4 +225,8 @@ class Ex
vsp: (args...) => @vsplit(args...) vsp: (args...) => @vsplit(args...)
delete: (range) ->
range = [[range[0], 0], [range[1] + 1, 0]]
atom.workspace.getActiveTextEditor().buffer.setTextInRange(range, '')
module.exports = Ex module.exports = Ex