:%s/Qutebrowser/qutebrowser/g

This commit is contained in:
Ryan Farley 2017-11-08 15:08:20 -06:00
parent f5d719dfd4
commit 8a695648d3

View File

@ -154,13 +154,13 @@ def get_args():
def search_escape(url): def search_escape(url):
"""Escape URLs such that preexisting { and } are handled properly. """Escape URLs such that preexisting { and } are handled properly.
Will obviously trash a properly-formatted Qutebrowser URL. Will obviously trash a properly-formatted qutebrowser URL.
""" """
return url.replace('{', '{{').replace('}', '}}') return url.replace('{', '{{').replace('}', '}}')
def opensearch_convert(url): def opensearch_convert(url):
"""Convert a basic OpenSearch URL into something Qutebrowser can use. """Convert a basic OpenSearch URL into something qutebrowser can use.
Exceptions: Exceptions:
KeyError: KeyError: