mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Add newline at end of file
This commit is contained in:
@@ -91,4 +91,4 @@ class CommandPanel extends View
|
||||
setSelectionAsLastRelativeAddress: ->
|
||||
selection = @rootView.activeEditor().getSelectedText()
|
||||
regex = _.escapeRegExp(selection)
|
||||
@commandInterpreter.lastRelativeAddress = new CompositeCommand([new RegexAddress(regex)])
|
||||
@commandInterpreter.lastRelativeAddress = new CompositeCommand([new RegexAddress(regex)])
|
||||
|
||||
Reference in New Issue
Block a user