Re: Avoid "auto" short paths

2018-08-09 Thread Ken Takata
Hi, 2018/8/10 Fri 5:09:25 UTC+9 Bram Moolenaar wrote: > > This is the company environment, is very common users have they own disk > > areas at the network of the company, which usually is a drive mapping and > > set at HOMEDRIVE and HOMEPATH. > > So HOMEDRIVE and HOMEPATH are always set? Then

Re: Avoid "auto" short paths

2018-08-09 Thread Gary Johnson
On 2018-08-09, Cesar Martins wrote: > Em qui, 9 de ago de 2018 às 17:09, Bram Moolenaar escreveu: > > > > This is the company environment, is very common users have they own disk > > areas at the network of the company, which usually is a drive mapping > and > > set at HOMEDRIVE and

Re: Avoid "auto" short paths

2018-08-09 Thread Cesar Martins
Em qui, 9 de ago de 2018 às 17:09, Bram Moolenaar escreveu: > > > This is the company environment, is very common users have they own disk > > areas at the network of the company, which usually is a drive mapping and > > set at HOMEDRIVE and HOMEPATH. > > So HOMEDRIVE and HOMEPATH are always

Re: Avoid "auto" short paths

2018-08-09 Thread Bram Moolenaar
> This is the company environment, is very common users have they own disk > areas at the network of the company, which usually is a drive mapping and > set at HOMEDRIVE and HOMEPATH. So HOMEDRIVE and HOMEPATH are always set? Then these should be used, they are checked before USERPROFILE. >

Re: Avoid "auto" short paths

2018-08-09 Thread Cesar Martins
Hi Bram, This is the company environment, is very common users have they own disk areas at the network of the company, which usually is a drive mapping and set at HOMEDRIVE and HOMEPATH. When I open the file , at %USERPROFILE% which is my local drive , vim internally change the path references

Re: Avoid "auto" short paths

2018-08-09 Thread Bram Moolenaar
Cesar Martins wrote: > I'm using vim 8.1.1 in windows 8 at my work , corporate environment. > Here we have the %HOMEPATH%, %HOMEDRIVE% set to "H:" and "\" > > What happen: > > I open a file at my Documents, path : C:\Users\cinacio\Documents\tmp1.txt > Vim automatically short it to :

Avoid "auto" short paths

2018-08-09 Thread Cesar Martins
Hi , I'm using vim 8.1.1 in windows 8 at my work , corporate environment. Here we have the %HOMEPATH%, %HOMEDRIVE% set to "H:" and "\" What happen: I open a file at my Documents, path : C:\Users\cinacio\Documents\tmp1.txt Vim automatically short it to : ~\Documents\tmp1.txt I can see that