-
Notifications
You must be signed in to change notification settings - Fork 10
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
Can't navigate to paths with a :lineNumber suffix? #6
Comments
Hi @vith! Thanks for the feedback. |
They were in an editor buffer and my cursor was in the middle of one of the paths. I believe it was in an unsaved buffer but today I can't reproduce that error. Now I get |
Ok now you maybe see this error because of the :lineNumber suffix. |
Nope, same thing with the |
Hello @vith, what is the value of the |
It's |
Hello @vith, |
With Not sure if that's what you meant for me to try. I think we may have some confusion between us about what kind of absolute paths are the problem. I'm talking about absolute filesystem paths, not the path part of a url. |
To clarify, |
I'm trying to match the paths in this output:
using a custom regex:
(?<=(\s|^))\/[^\s]+
It looks like my regex is doing what I expect: https://regexr.com/48jnn
But I get the error
Open file from path: Current cursor position is not valid, check the 'open-file-from-path.regExp' option to configure your RegExp match
when using alt+d with the cursor inside one of those paths.The text was updated successfully, but these errors were encountered: