-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
gf: 'try to find it with the same extension'-code doesn't work #3310
Labels
Comments
pikulev
added a commit
to pikulev/Vim
that referenced
this issue
Dec 30, 2018
This was referenced Dec 30, 2018
Dupe of #3233? |
Seems to be a dup, yes. |
Cool cool. Let's use that one. |
jpoon
added a commit
that referenced
this issue
Jan 20, 2019
jpoon
added a commit
that referenced
this issue
Jan 20, 2019
jpoon
added a commit
that referenced
this issue
Jan 20, 2019
fix: gf over a 'file://...' path and #3310 issue (v2)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
gf
under therequire('some_file')
in .js file says "Vim: This file /Users/vvp/test/some_file.js does not exist.".To Reproduce
Steps to reproduce the behavior:
echo '// some_file' > file.js && touch some_file.js
code file.js
gf
under thesome_file
Expected behavior
some_file.js has opened
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: