Fix URL detection not working for urls of the form scheme:///url

Fixes #2292
This commit is contained in:
Kovid Goyal 2020-01-17 07:49:01 +05:30
parent 96f3253e6d
commit 43326c9bd0
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C
3 changed files with 10 additions and 4 deletions

View file

@ -36,6 +36,9 @@ To update |kitty|, :doc:`follow the instructions <binary>`.
- ``goto_tab`` now maps numbers larger than the last tab to the last tab
(:iss:`2291`)
- Fix URL detection not working for urls of the form scheme:///url
(:iss:`2292`)
0.15.1 [2019-12-21]
--------------------