Rename cmd_history to cmd-history.

For consistency with the other stuff, why not.
Also we broke that file with the last commit anyways.
This commit is contained in:
Florian Bruhin 2014-10-02 21:59:31 +02:00
parent d3c9bab01a
commit 086de1b508

View File

@ -131,7 +131,7 @@ def init(args):
# We need to import this here because lineparser needs config.
from qutebrowser.config import lineparser
command_history = lineparser.LineConfigParser(
datadir, 'cmd_history', ('completion', 'history-length'))
datadir, 'cmd-history', ('completion', 'history-length'))
objreg.register('command-history', command_history)