issues
search
atom
/
node-oniguruma
Oniguruma Node Module
http://atom.github.io/node-oniguruma
MIT License
121
stars
46
forks
source link
Fixes #87: Do not cache search results if regular expression contains \G
#88
Closed
alexdima
closed
6 years ago
alexdima
commented
6 years ago
See #87
Disables caching if the regular expression contains
\G
.
Adds a regression test.
(fyi @daviwil @maxbrunsfeld)
maxbrunsfeld
commented
6 years ago
This change is in v7.0.2.
See #87
\G
.(fyi @daviwil @maxbrunsfeld)