Re: vim patch: fixing resetting dictionary function

2006-06-15 Thread Bram Moolenaar
Richard Emberson wrote: > The attached file was produced with "diff -c eval.c eval.c.original". That's easier to understand, thanks. -- hundred-and-one symptoms of being an internet addict: 246. You use up your free 100 hours in less than a week. /// Bram Moolenaar -- [EMAIL PROTECTED] -- h

Re: vim patch: fixing resetting dictionary function

2006-06-15 Thread Richard Emberson
The attached file was produced with "diff -c eval.c eval.c.original". Eric Arnold wrote: I think Bram was asking you to use "diff -c" or "diff -u" to create the patch file. On 6/15/06, Richard Emberson <[EMAIL PROTECTED]> wrote: Attached is a patch file. Is this what you wanted? Its bee

Re: vim patch: fixing resetting dictionary function

2006-06-15 Thread Eric Arnold
I think Bram was asking you to use "diff -c" or "diff -u" to create the patch file. On 6/15/06, Richard Emberson <[EMAIL PROTECTED]> wrote: Attached is a patch file. Is this what you wanted? Its been almost 20 years since I programmed in 'c' and the vim 'c' code is rather hard to grok if on

Re: vim patch: fixing resetting dictionary function

2006-06-15 Thread Richard Emberson
Attached is a patch file. Is this what you wanted? Its been almost 20 years since I programmed in 'c' and the vim 'c' code is rather hard to grok if one is looking at it for the first time, so I do not claim that my patch is the best way to do it. It seems that after the function is defined, it i

Re: vim patch: fixing resetting dictionary function

2006-06-15 Thread Bram Moolenaar
Richard Emberson wrote: > In the following I am creating a dictionary, associating a function > with the dictionary and then reassociating a new function > with the name of the original function. > > Try this without the fix and you get: > ADD > n=9 > Error detected while processing /home/embers