Fix long lines
This commit is contained in:
parent
c33f0c3512
commit
bb8d0a8ee4
@ -1088,7 +1088,8 @@ class CommandDispatcher:
|
||||
|
||||
@cmdutils.register(instance='command-dispatcher', scope='window',
|
||||
maxsplit=0)
|
||||
@cmdutils.argument('name', completion=usertypes.Completion.quickmark_by_name)
|
||||
@cmdutils.argument('name',
|
||||
completion=usertypes.Completion.quickmark_by_name)
|
||||
def quickmark_load(self, name, tab=False, bg=False, window=False):
|
||||
"""Load a quickmark.
|
||||
|
||||
|
@ -205,7 +205,8 @@ class QuickmarkManager(UrlMarkManager):
|
||||
set_mark()
|
||||
|
||||
@cmdutils.register(instance='quickmark-manager', maxsplit=0)
|
||||
@cmdutils.argument('name', completion=usertypes.Completion.quickmark_by_name)
|
||||
@cmdutils.argument('name',
|
||||
completion=usertypes.Completion.quickmark_by_name)
|
||||
def quickmark_del(self, name):
|
||||
"""Delete a quickmark.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user