On 2021-01-27 09:39, Uwe Brauer wrote: > Did not occur to me to try a regular expression. That's actually a glob and depending on how paranoid you are could be way too inclusive. If you care, you may want to try this instead: syntax: regexp \.Icon\r$ Or something similar. HTH