Handle count correctly for :edit-url

This commit is contained in:
Florian Bruhin 2016-04-05 18:37:03 +02:00
parent d56cdd64db
commit fc92137706

View File

@ -1848,7 +1848,8 @@ class CommandDispatcher:
nam = self._current_widget().page().networkAccessManager()
nam.clear_all_ssl_errors()
@cmdutils.register(instance='command-dispatcher', scope='window')
@cmdutils.register(instance='command-dispatcher', scope='window',
count='count')
def edit_url(self, url=None, bg=False, tab=False, window=False, count=None):
"""Navigate to a url formed in an external editor.