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

URL detection #108

Open
pinggit opened this issue Oct 16, 2017 · 0 comments
Open

URL detection #108

pinggit opened this issue Oct 16, 2017 · 0 comments

Comments

@pinggit
Copy link

pinggit commented Oct 16, 2017

regarding URL detection, I tested with this it doesn't work:
image::https://user-images.githubusercontent.com/2038044/31581431-fdbc2ea2-b139-11e7-8f59-88843ab12cb7.png[]

I have to manually break it like this and it works:
image:: https://user-images.githubusercontent.com/2038044/31581431-fdbc2ea2-b139-11e7-8f59-88843ab12cb7.png[]

according to the document it should work:

URL DETECTION openbrowser-url-detection {{{

  1. If the character under cursor is a WORD and is a URL, return it.
    1.1. if expand('<cWORD>') is an URL, return it.
  2. If the character under cursor is not a WORD,
    2.1. Go to left WORD, and if expand('<cWORD>') is an URL, return it.
    2.2. Go to right WORD, and if expand('<cWORD>') is an URL, return it.

can this be fixed?

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