murisfurder / vim

Automatically exported from code.google.com/p/vim
0 stars 0 forks source link

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

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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