atom-narrow
atom-narrow copied to clipboard
lookbehind not working
in narrow search:
(?<!object.)property
doesn't yield anything.
No errors reported to atom console.
Running ag '(?<!object.)property' works, so no idea what's the issue.
Narrow 0.65.0, Win7, Atom 1.26.1

Actually, I'm pretty sure the issue is caused because the matching in atom buffer uses native Atom search API, which doesn't support lookbehind.
Guess we'll have to wait until electron bumps chromium to v63 or so.