Increase the default set of recognized URL prefixes
This commit is contained in:
parent
271c39cc9d
commit
543b7dcf94
@ -566,7 +566,7 @@ def url_prefixes(x: str) -> Tuple[str, ...]:
|
||||
return tuple(a.lower() for a in x.replace(',', ' ').split())
|
||||
|
||||
|
||||
o('url_prefixes', 'http https file ftp gemini', option_type=url_prefixes, long_text=_('''
|
||||
o('url_prefixes', 'http https file ftp gemini irc gopher mailto news git', option_type=url_prefixes, long_text=_('''
|
||||
The set of URL prefixes to look for when detecting a URL under the mouse cursor.'''))
|
||||
|
||||
o('detect_urls', True, long_text=_('''
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user