From 6557b8303a8f0c8c6eee50086aea7a2a3aead915 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Fri, 2 May 2014 15:21:48 +0200 Subject: [PATCH] Disallow spaces in aliases. --- qutebrowser/config/configdata.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qutebrowser/config/configdata.py b/qutebrowser/config/configdata.py index b470259ed..326553530 100644 --- a/qutebrowser/config/configdata.py +++ b/qutebrowser/config/configdata.py @@ -538,7 +538,7 @@ DATA = OrderedDict([ )), ('aliases', sect.ValueList( - types.Command(), types.Command(), + types.String(forbidden=' '), types.Command(), )), ('colors', sect.KeyValue(