TAdvMemo and URL highlight bug (again)

I am happy to report that TAdvMemo is not bug free enough that it is usable.


However, there are still URL highlighting and clicking bugs.

Take these two lines:
If you want to improve your website's search engine rankings, visit https://www.htmlvalidator.com/seo.html
---

The second line is "---".

It properly highlights the URL - "https://www.htmlvalidator.com/seo.html"

But when the highlighted URL is clicked on, it tries to go to "https://www.htmlvalidator.com/seo.html---". For some reason it is appending the 2nd line to the URL.

So it doesn't work when clicked on.