On Sun, 18 Sep 2016 18:00:38 +0900 Norihiro Tanaka wrote: > Recently, dfa module started to support that newline_anchor option is > set to false. > > sed could not use dfa fully up to now, as sed sets newline_anchor to > false in many cases. > > This change is that sed uses dfa even if newline_anchor option is false. Hi, I rebased the patch. Norihiro