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: hardcopy makes pdf files that open only on (some?) linux PDF readers

2018-08-09 Thread Bram Moolenaar
Renato Fabbri wrote: > (set printoptions=header:0) > :hardcopy > something.pdf > > :'o( > > I don't have a Windows OS here to give you the names, > but I guess Adobe and Foxit were unable to read them, > I don't remember. > > Google Drive uploads and displays them correctly, > but fails to

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 :

Re: Is it a matter of Unix ABC, B-A-BA', basics, school stuff, RTFM ?

2018-08-09 Thread Renato Fabbri
Em sábado, 30 de junho de 2018 19:43:34 UTC-3, Eric Christopherson escreveu: > On Sat, Jun 30, 2018 at 1:02 PM, Renato Fabbri wrote: > Em domingo, 24 de junho de 2018 05:05:17 UTC-3, Christian Brabandt  escreveu: > > > On Sa, 23 Jun 2018, Renato Fabbri wrote: > > > > > > >

hardcopy makes pdf files that open only on (some?) linux PDF readers

2018-08-09 Thread Renato Fabbri
(set printoptions=header:0) :hardcopy > something.pdf :'o( I don't have a Windows OS here to give you the names, but I guess Adobe and Foxit were unable to read them, I don't remember. Google Drive uploads and displays them correctly, but fails to display or give a working route to display

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