From 904d84db7e1f6121851049f2f75cfe336d059ea3 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Wed, 29 Oct 2014 22:55:03 +0100 Subject: [PATCH] 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. --- qutebrowser/browser/commands.py | 1 + 1 file changed, 1 insertion(+) diff --git a/qutebrowser/browser/commands.py b/qutebrowser/browser/commands.py index 4643e283f..898f2e0fa 100644 --- a/qutebrowser/browser/commands.py +++ b/qutebrowser/browser/commands.py @@ -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.