Don't use maxsplit=0 with :spawn.
This commit is contained in:
parent
8bad7c0e4c
commit
39cd36c8cd
@ -777,8 +777,7 @@ class CommandDispatcher:
|
||||
finally:
|
||||
tabbed_browser.setUpdatesEnabled(True)
|
||||
|
||||
@cmdutils.register(instance='command-dispatcher', maxsplit=0,
|
||||
scope='window')
|
||||
@cmdutils.register(instance='command-dispatcher', scope='window')
|
||||
def spawn(self, *args):
|
||||
"""Spawn a command in a shell.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user