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