Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Different regex handling in single buffer vs multiple files #307

Closed
tregusti opened this issue Nov 13, 2014 · 1 comment
Closed

Different regex handling in single buffer vs multiple files #307

tregusti opened this issue Nov 13, 2014 · 1 comment

Comments

@tregusti
Copy link

I used this regex: (/\*\*) *\n *\* *\n to find a starting comment looking like this:

/**\n
* \n

Where \n is just a newline.

Atom finds it in a single buffer, but not when searching through a whole project, no matches. I was forced to open up sublime again and do it in there.

Atom version 0.141.0.
No errors in the console.

@benogle
Copy link
Contributor

benogle commented Nov 13, 2014

Sorry about that. This is a duplicate of #218 and atom/scandal#5

@benogle benogle closed this as completed Nov 13, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants