Closed greymd closed 1 year ago
Currently, using oniguruma expression requires -G option and -g.
-G
-g
teip -Gg <pattern>
But it is redundunt. It is obvious that -g is required when -G is given. The way like below is better.
teip -G <pattern>
I finally came up with that this idea losts backword compatibility. Withdraw it for now.
Currently, using oniguruma expression requires
-G
option and-g
.But it is redundunt. It is obvious that
-g
is required when-G
is given. The way like below is better.