Fix long line

This commit is contained in:
Florian Bruhin 2017-10-17 13:10:00 +02:00
parent bf1af698bd
commit 161b96be1e

View File

@ -557,8 +557,8 @@ class CommandDispatcher:
tabbed_browser.tabopen(self._current_url())
self._tabbed_browser.close_tab(self._current_widget(), add_undo=False)
@cmdutils.register(instance='command-dispatcher', hide=True, scope='window',
deprecated='Use :tab-give instead!')
@cmdutils.register(instance='command-dispatcher', hide=True,
scope='window', deprecated='Use :tab-give instead!')
def tab_detach(self):
"""Deprecated way to detach a tab."""
self.tab_give()