On 2 March 2016 at 15:45, Maxime Coste <frrr...@gmail.com> wrote: > How does sam handles parallel grouping when we get multiple incompatible > changes > to the same range of text ?
It panics. Incidentally, I notice that Kakoune uses Boost's regular expressions, which means that reverse searches are very inefficient. That's rather unfortunate. Have you considered using an alternative regular expression library, if there were one with the necessary features (like we've been discussing)? cls