qutebrowser/qutebrowser/config
Florian Bruhin df03099468 Fix completion for String config type.
Since 2a705e2eb6 non-specialized config types are
String. However, String had an overloaded complete() which defaulted to
returning None.

Now we use the normal complete() which relies on valid_values if completions
isn't given instead.

Fixes #1223.
2016-01-12 18:53:53 +01:00
..
parsers Adjust copyright years. 2016-01-04 07:12:39 +01:00
__init__.py Adjust copyright years. 2016-01-04 07:12:39 +01:00
config.py Adjust copyright years. 2016-01-04 07:12:39 +01:00
configdata.py Merge branch 'pdfjs' of https://github.com/Kingdread/qutebrowser into Kingdread-pdfjs 2016-01-05 07:21:26 +01:00
configexc.py Adjust copyright years. 2016-01-04 07:12:39 +01:00
configtypes.py Fix completion for String config type. 2016-01-12 18:53:53 +01:00
sections.py Adjust copyright years. 2016-01-04 07:12:39 +01:00
style.py Adjust copyright years. 2016-01-04 07:12:39 +01:00
textwrapper.py Adjust copyright years. 2016-01-04 07:12:39 +01:00
value.py Adjust copyright years. 2016-01-04 07:12:39 +01:00
websettings.py Adjust copyright years. 2016-01-04 07:12:39 +01:00