Disallow spaces in aliases.

This commit is contained in:
Florian Bruhin 2014-05-02 15:21:48 +02:00
parent f4a59b2d71
commit 6557b8303a

View File

@ -538,7 +538,7 @@ DATA = OrderedDict([
)), )),
('aliases', sect.ValueList( ('aliases', sect.ValueList(
types.Command(), types.Command(), types.String(forbidden=' '), types.Command(),
)), )),
('colors', sect.KeyValue( ('colors', sect.KeyValue(