Set split=False for :quickmark-load.
See #231. The completion still hides on the space and reappears on the first letter of the second word, but it's a start.
This commit is contained in:
parent
8e0e33e89a
commit
904d84db7e
@ -823,6 +823,7 @@ class CommandDispatcher:
|
||||
quickmark_manager.prompt_save(self._win_id, self._current_url())
|
||||
|
||||
@cmdutils.register(instance='command-dispatcher', scope='window',
|
||||
split=False,
|
||||
completion=[usertypes.Completion.quickmark_by_name])
|
||||
def quickmark_load(self, name, tab=False, bg=False, window=False):
|
||||
"""Load a quickmark.
|
||||
|
Loading…
Reference in New Issue
Block a user