Paul Stone wrote:
Just to be clear, my User Profiles directory is in the usual spot on the C: drive. It's just the HOMEDRIVE, HOMEDIR, and HOMESHARE environment variables that are pointing to the network.Paul Stone
Then it's even easier than what I suggested: if everyone can accept to use their %USERPROFILE% directory as the "Vim Home" directory, then you can write
let $HOME = $USERPROFILE
in the global $VIM/vimrc
Best regards,
Tony.
