RESOLVED: renameCHOP pattern matching

macOS 10.13
exp 12330 and stable 27910

In the renameCHOP “to” field if I write chan[7-10] it works as expected but writing chan[7,9,8,6] will only rename the first channel and use the original names of the others.

This isn’t actually a bug, because the comma syntax is only support for Pattern Matching, not Pattern Expansion, which the Rename To uses. However the documentation for this is terrible, so we’ll try to sort that out soon. Thanks for the report.