diff --git a/qutebrowser/browser/commands.py b/qutebrowser/browser/commands.py index 0308fdac4..2f5f617fe 100644 --- a/qutebrowser/browser/commands.py +++ b/qutebrowser/browser/commands.py @@ -1662,8 +1662,8 @@ class CommandDispatcher: self._tabbed_browser.search_options = dict(options) cb = functools.partial(self._search_cb, tab=tab, - old_scroll_pos=tab.scroller.pos_px(), - options=options, text=text, prev=False) + old_scroll_pos=tab.scroller.pos_px(), + options=options, text=text, prev=False) options['result_cb'] = cb tab.search.search(text, **options)