Fix hover detection of URLs not working when hovering over the first colon and slash characters in short URLs

Fixes #1201
This commit is contained in:
Kovid Goyal
2018-12-04 06:52:26 +05:30
parent d5366a421f
commit 47ec372c30
3 changed files with 13 additions and 0 deletions

View File

@@ -97,6 +97,9 @@ Changelog
- Follow xterm's behavior for the menu key (:iss:`597`)
- Fix hover detection of URLs not working when hovering over the first colon
and slash characters in short URLs (:iss:`1201`)
0.12.3 [2018-09-29]
------------------------------