On 03/02/2016 10:45 AM, Maxime Coste wrote: > How does sam handles parallel grouping when we get multiple incompatible > changes > to the same range of text ?
It looks like it refuses. Using `sam -d` from 9base, the following command: x/echo/ { c/AAA c/BBB } produces error message "?changes not in sequence" and makes no changes. I think this is ideal behavior for a command that is impossible to execute. Did I interpret your question correctly?