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

resolve() don't work for symlinks created by mklink on windows #147

Closed
GoogleCodeExporter opened this issue Aug 18, 2015 · 3 comments
Closed

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. in cmd create symlink: mklink "c:/target" "c:/source"
2. in vim: echo resolve("c:/target");

What is the expected output? What do you see instead?
I expect "c:/source" in output, because "c:/target" is pointed to "c:/source", 
but get "c:/target" instead.

What version of the product are you using? On what operating system?
Latest vim 7.3.1280
Windows8

Original issue reported on code.google.com by z...@softvisio.net on 3 Jul 2013 at 8:19

@wsdjeg
Copy link

wsdjeg commented Feb 2, 2019

Any update with this issue? still get this issue in window7 when using vim 8.1

@k-takata
Copy link
Member

Fixed by 8.1.0894: dce1e89

@wsdjeg
Copy link

wsdjeg commented Feb 22, 2019

Thanks

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

No branches or pull requests

3 participants