hm.. does this work?
This commit is contained in:
parent
33c63b1cdc
commit
bf9c2c4767
1 changed files with 1 additions and 1 deletions
|
|
@ -372,7 +372,7 @@ class Ex
|
||||||
# https://atom.io/docs/api/v1.18.0/TextEditor#instance-backwardsScanInBufferRange
|
# https://atom.io/docs/api/v1.18.0/TextEditor#instance-backwardsScanInBufferRange
|
||||||
editor.backwardsScanInBufferRange(
|
editor.backwardsScanInBufferRange(
|
||||||
patternRE,
|
patternRE,
|
||||||
[[line, 0], [line + 1, 0]],
|
[[line, 0], [line - 1, 0]],
|
||||||
({match, replace}) ->
|
({match, replace}) ->
|
||||||
replace(replaceGroups(match[..], substition))
|
replace(replaceGroups(match[..], substition))
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue