I'm trying to keep my gVIM config in centralized place. For this, i have done
mklink c:\users\me\.vimrc c:\users\me\configs\_vimrc
That works fine until i change $MYVIMRC inside VIM. This instantly breaks symlink (c:\users\me.vimrc stop being a symlink and became ordinary file). Is it any way to fix this trange behavior? OS is Windows Vista with latest updates. gVIM is 7.2 from official site.