Most of the options in ~/.rtrc are just a single word (like the username), but
some (like query) will usually be longer. To support this, use
re.split(maxsplit=1) so that we only ever get a key and a single value.
Coverage increased (+0.0%) when pulling 531f16712b4d819e4299c28bc3209994c5ddd700 on dehnert:master into 78306d1a44080adca2e302b429beabd3d578a211 on z4r:master.
Most of the options in ~/.rtrc are just a single word (like the username), but some (like query) will usually be longer. To support this, use re.split(maxsplit=1) so that we only ever get a key and a single value.