Re: feature to differentiate 32 from 64 bits build version

2018-05-25 Fir de Conversatie Andreas
On Thursday, 24 May 2018 12:33:49 UTC+2, Tony Mechelynck wrote: > On Thu, May 24, 2018 at 11:38 AM, Andreas wrote: > > What about just testing sizeof(void *)==8 ? > > Regards > > anst > > That won't work, because we want a solution for vimscript, not for C: > > :echo

Re: feature to differentiate 32 from 64 bits build version

2018-05-24 Fir de Conversatie Tony Mechelynck
On Thu, May 24, 2018 at 11:38 AM, Andreas wrote: > What about just testing sizeof(void *)==8 ? > Regards > anst That won't work, because we want a solution for vimscript, not for C: :echo sizeof(void *) E121: Undefined variable: void E116: Invalid arguments for function

Re: feature to differentiate 32 from 64 bits build version

2018-05-24 Fir de Conversatie Andreas
On Wednesday, 23 May 2018 15:33:37 UTC+2, Tony Mechelynck wrote: > On Wed, May 23, 2018 at 3:14 PM, Ken Takata wrote: > > Hi, > > > > 2018/5/23 Wed 21:29:43 UTC+9 Ni Va wrote: > >> I build both 32 and 64 bits version of gvim but always 1 is returned when > >> from 32bits

Re: feature to differentiate 32 from 64 bits build version

2018-05-23 Fir de Conversatie Ni Va
Le mercredi 23 mai 2018 15:14:51 UTC+2, Ken Takata a écrit : > Hi, > > 2018/5/23 Wed 21:29:43 UTC+9 Ni Va wrote: > > I build both 32 and 64 bits version of gvim but always 1 is returned when > > from 32bits or 64bits I do : > > > > echo has('num64') > > echo has('win32') > > echo has('win64') >

Re: feature to differentiate 32 from 64 bits build version

2018-05-23 Fir de Conversatie Tony Mechelynck
On Wed, May 23, 2018 at 3:14 PM, Ken Takata wrote: > Hi, > > 2018/5/23 Wed 21:29:43 UTC+9 Ni Va wrote: >> I build both 32 and 64 bits version of gvim but always 1 is returned when >> from 32bits or 64bits I do : >> >> echo has('num64') >> echo has('win32') >> echo

Re: feature to differentiate 32 from 64 bits build version

2018-05-23 Fir de Conversatie Ken Takata
Hi, 2018/5/23 Wed 21:29:43 UTC+9 Ni Va wrote: > I build both 32 and 64 bits version of gvim but always 1 is returned when > from 32bits or 64bits I do : > > echo has('num64') > echo has('win32') > echo has('win64') > > What the feature to differentiate the two built 32/64bits You must have

Re: feature to differentiate 32 from 64 bits build version

2018-05-23 Fir de Conversatie Ni Va
Le mercredi 23 mai 2018 14:29:43 UTC+2, Ni Va a écrit : > Hi, > > > I build both 32 and 64 bits version of gvim but always 1 is returned when > from 32bits or 64bits I do : > > echo has('num64') > echo has('win32') > echo has('win64') > > What the feature to differentiate the two built

Re: feature to differentiate 32 from 64 bits build version

2018-05-23 Fir de Conversatie Tony Mechelynck
On Wed, May 23, 2018 at 2:29 PM, Ni Va wrote: > Hi, > > > I build both 32 and 64 bits version of gvim but always 1 is returned when > from 32bits or 64bits I do : > > echo has('num64') > echo has('win32') > echo has('win64') > > What the feature to differentiate the two