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:
parent
d3c9bab01a
commit
086de1b508
@ -131,7 +131,7 @@ def init(args):
|
|||||||
# We need to import this here because lineparser needs config.
|
# We need to import this here because lineparser needs config.
|
||||||
from qutebrowser.config import lineparser
|
from qutebrowser.config import lineparser
|
||||||
command_history = lineparser.LineConfigParser(
|
command_history = lineparser.LineConfigParser(
|
||||||
datadir, 'cmd_history', ('completion', 'history-length'))
|
datadir, 'cmd-history', ('completion', 'history-length'))
|
||||||
objreg.register('command-history', command_history)
|
objreg.register('command-history', command_history)
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user