Allow stopping of URL detection at newlines via url_excluded_characters

Fixes #6122
This commit is contained in:
Kovid Goyal
2023-03-21 08:04:42 +05:30
parent 856fddec3c
commit f046884f23
4 changed files with 23 additions and 10 deletions

View File

@@ -82,6 +82,8 @@ Detailed list of changes
- X11: Fix a crash if the X server requests clipboard data after we have relinquished the clipboard (:iss:`5650`)
- Allow stopping of URL detection at newlines via :opt:`url_excluded_characters` (:iss:`6122`)
0.27.1 [2023-02-07]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~