Fix trailing bracket not ignored when detecting a multi-line URL with the trailing bracket as the first character on the last line

Fixes #6710
This commit is contained in:
Kovid Goyal
2023-10-13 10:44:58 +05:30
parent ee1e65e619
commit 1f91250a40
3 changed files with 12 additions and 0 deletions

View File

@@ -56,6 +56,8 @@ Detailed list of changes
- Fix a regression caused by rewrite of kittens to Go that made various kittens reset colors in a terminal when the colors were changed by escape code (:iss:`6708`)
- Fix trailing bracket not ignored when detecting a multi-line URL with the trailing bracket as the first character on the last line (:iss:`6710`)
0.30.1 [2023-10-05]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~