Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong interpretation of email addresses containing a dot #161

Open
AlbertBaubleDeem opened this issue Apr 26, 2023 · 0 comments
Open

Wrong interpretation of email addresses containing a dot #161

AlbertBaubleDeem opened this issue Apr 26, 2023 · 0 comments

Comments

@AlbertBaubleDeem
Copy link

Summary

Email addresses containing . (dot) are interpreted wrongly. Only the part of the address from the dot onwards is interpreted as an email address.

Steps to Reproduce

  1. create an foo.rst document with vim foo.rst
  2. type in an email address in a format [email protected]

Expected Behavior

The address is interpreted as mailto:[email protected]

Actual Behavior

The address is interpreted as mailto:[email protected]

Context

riv.vim - Version 0.793
vim - Vi IMproved 9.0 (2022 Jun 28, compiled Mar 11 2023 13:55:53), macOS version - x86_64
Operating System: macOS Monterey 12.6.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant