Re: Patch 7.4.1836

2016-05-25 Fir de Conversatie Bram Moolenaar
Nikolay Pavlov wrote: > 2016-05-24 23:14 GMT+03:00 Christian Brabandt : > > Hi Bram! > > > > On Di, 24 Mai 2016, Bram Moolenaar wrote: > > > >> > >> Patch 7.4.1836 > >> Problem:When using a partial on a dictionary it always gets bound to

Re: Patch 7.4.1836

2016-05-24 Fir de Conversatie Nikolay Aleksandrovich Pavlov
2016-05-24 23:14 GMT+03:00 Christian Brabandt : > Hi Bram! > > On Di, 24 Mai 2016, Bram Moolenaar wrote: > >> >> Patch 7.4.1836 >> Problem:When using a partial on a dictionary it always gets bound to that >> dictionary. >> Solution: Make

Re: Patch 7.4.1836

2016-05-24 Fir de Conversatie Bram Moolenaar
Christian Brabandt wrote: > On Di, 24 Mai 2016, Bram Moolenaar wrote: > > > > > Patch 7.4.1836 > > Problem:When using a partial on a dictionary it always gets bound to > > that > > dictionary. > > Solution: Make a difference

Re: Patch 7.4.1836

2016-05-24 Fir de Conversatie Christian Brabandt
Hi Bram! On Di, 24 Mai 2016, Bram Moolenaar wrote: > > Patch 7.4.1836 > Problem:When using a partial on a dictionary it always gets bound to that > dictionary. > Solution: Make a difference between binding a function to a dictionary > explicitl

Re: Patch 7.4.1836

2016-05-24 Fir de Conversatie Bram Moolenaar
I wrote: > Patch 7.4.1836 > Problem:When using a partial on a dictionary it always gets bound to that > dictionary. > Solution: Make a difference between binding a function to a dictionary > explicitly or automatically. > Files: src/structs.

Patch 7.4.1836

2016-05-24 Fir de Conversatie Bram Moolenaar
Patch 7.4.1836 Problem:When using a partial on a dictionary it always gets bound to that dictionary. Solution: Make a difference between binding a function to a dictionary explicitly or automatically. Files: src/structs.h, src/eval.c, src/testdir