Friday, August 21, 2020

home setting

Hello, I am using vim 8.1.1 on Windows 10 on a network where we have network drives as our home directory: H:. I still have a directory on the C drive C:\Users\<username>

I am trying to set the cdpath variable to the following:
set cdpath=.,H:\,C:\Users\<username>\Downloads\

The problem is that this becomes
cdpath=.,~,~\Downloads\

If I change my HOME environment variable to C:\Users\<username> it mostly works, but of course I want to leave the network drive as the home directory. Is there a way to force vim to use the fully qualified path names instead of automatically transforming them to ~.

I believe, though I am not certain, that this worked with vim 8.0.

--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/vim_use/CAFim3NKBPKHuAGPWj0tTfEnB6OQwCmXEmDzCkYwZjEEgYCA54Q%40mail.gmail.com.

No comments: