mirror of
https://github.com/atom/atom.git
synced 2026-01-23 22:08:08 -05:00
Multiline is important, don't forget to set it
This commit is contained in:
@@ -1949,7 +1949,7 @@ module.exports = class Workspace extends Model {
|
||||
}
|
||||
|
||||
if (!outOfProcessFinished.length) {
|
||||
let flags = 'g'
|
||||
let flags = 'gm' // set multiline flag so ^ and $ match start/end of line, not file
|
||||
if (regex.ignoreCase) { flags += 'i' }
|
||||
|
||||
const task = Task.once(
|
||||
|
||||
Reference in New Issue
Block a user