63c0fb4108
Properly handle tabs when parsing config files Backslashes within [] in a regexp don't have any meaning, so [ \t] did not have the intended effect of being evaluated to a space and a tab. Fix this by writing an actual tab in the regexp. Problem found by Valeriy E. Ushakov.